2013-06-02 10:25:54 +00:00
|
|
|
# Template file for 'openresolv'
|
|
|
|
pkgname=openresolv
|
2013-06-13 12:31:47 +00:00
|
|
|
version=3.5.5
|
2013-06-02 10:25:54 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--prefix=/usr --sysconfdir=/etc
|
|
|
|
--bindir=/usr/bin --libexecdir=/usr/lib/resolvconf"
|
|
|
|
short_desc="DNS management framework"
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="http://roy.marples.name/projects/openresolv/wiki"
|
|
|
|
distfiles="http://roy.marples.name/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
2013-06-13 12:31:47 +00:00
|
|
|
checksum=ff35f5ae311d624bb46e4a1d38dbcfb2935541b2c8cc7ba902eac9f295e59bf5
|
2013-06-03 07:17:18 +00:00
|
|
|
makedepends="systemd"
|
2013-06-02 10:25:54 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR=$DESTDIR install
|
|
|
|
}
|
|
|
|
|
|
|
|
openresolv_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|