25 lines
659 B
Text
25 lines
659 B
Text
# Template file for 'openresolv'
|
|
pkgname=openresolv
|
|
version=3.5.4
|
|
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"
|
|
checksum=ab91fce9053ac653379155aaa6f1b912c0e117d8c55c91a908133ea26004c446
|
|
makedepends="systemd"
|
|
|
|
do_install() {
|
|
make DESTDIR=$DESTDIR install
|
|
}
|
|
|
|
openresolv_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|