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