summaryrefslogtreecommitdiff
path: root/linux-identd/Pkgfile
blob: b4e3863e60f15eac3cd35a760e89deb33a0cd3bf (plain)
    1 # Description: An RFC 1413 identification daemon for Linux
    2 # URL:         http://www.fukt.bsnet.se/~per/identd/
    3 # Maintainer:  Tilman Sauerbeck, tilman at crux dot nu
    4 
    5 name=linux-identd
    6 version=1.3
    7 release=3
    8 source=(http://www.fukt.bsnet.se/~per/identd/$name-$version.tar.gz identd)
    9 
   10 build () {
   11     cd $name-$version
   12     make CEXTRAS="$CFLAGS"
   13     make DESTDIR=$PKG install
   14     install -D -m 755 ../identd $PKG/etc/rc.d/identd
   15 }

Generated by cgit