summaryrefslogtreecommitdiff
path: root/which/Pkgfile
blob: 016543cbd5d80e9936e95d4c3871b7f5c6a9f676 (plain)
    1 # Description: Show full path of commands
    2 # URL:         http://www.xs4all.nl/~carlo17/which/
    3 # Maintainer:  Per Lidén, core-ports at crux dot nu
    4 
    5 name=which
    6 version=2.16
    7 release=1
    8 source=(http://www.xs4all.nl/~carlo17/which/$name-$version.tar.gz)
    9 
   10 build() {
   11     cd $name-$version
   12     ./configure --prefix=/usr
   13     make
   14     make DESTDIR=$PKG install
   15     rm -rf $PKG/usr/info
   16 }

Generated by cgit