opt/ez-ipupdate/Pkgfile

20 lines
584 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Utility for updating the host name for many dynamic DNS services
# URL: http://www.ez-ipupdate.com/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=ez-ipupdate
version=3.0.11b8
release=2
source=(http://ftp.debian.org/debian/pool/main/e/$name/${name}_${version}.orig.tar.gz \
$name.8 $name-$version.patch)
build () {
cd $name-$version
patch -p1 < ../$name-$version.patch
export CFLAGS="$CFLAGS -Wall"
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 644 ../$name.8 $PKG/usr/man/man8/$name.8
}