contrib/inadyn-mt/Pkgfile

23 lines
582 B
Plaintext
Raw Normal View History

2008-02-13 22:06:45 +01:00
# Description: Lightweight, free and opensource dynamic dns client.
# URL: http://inadyn-mt.sourceforge.net/
2009-09-03 08:56:08 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2008-02-13 22:06:45 +01:00
# Depends on:
name=inadyn-mt
2010-05-25 11:45:16 +02:00
version=02.18.24
2008-02-13 22:06:45 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name.v.$version.tar.gz)
build() {
2009-09-03 08:56:08 +02:00
cd $name.v.$version
2010-02-22 01:39:18 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-sound \
--disable-debug
2010-02-03 10:55:27 +01:00
2010-02-22 01:39:18 +01:00
make
install -d $PKG/etc
make INSTALL_PREFIX=$PKG DESTDIR=$PKG install
2008-02-13 22:06:45 +01:00
}