contrib/openresolv/Pkgfile

21 lines
442 B
Plaintext
Raw Normal View History

2013-09-28 01:46:10 +02:00
# Description: resolv.conf management utility
# URL: http://roy.marples.name/projects/openresolv
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=openresolv
2017-03-17 15:24:31 +01:00
version=3.9.0
2013-09-28 01:46:10 +02:00
release=1
2017-03-17 15:24:31 +01:00
source=(https://roy.marples.name/downloads/openresolv/openresolv-$version.tar.xz)
2013-09-28 01:46:10 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
2017-03-17 15:24:31 +01:00
--mandir=/usr/share/man
2013-09-28 01:46:10 +02:00
make
make DESTDIR=$PKG install
}