summaryrefslogtreecommitdiff
path: root/file/Pkgfile
blob: fb92ba7175eb9dfd1f793978debdd16667a5ed05 (plain)
    1 # Description: File type identification utility
    2 # URL:         http://www.darwinsys.com/file/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  zlib
    5 
    6 name=file
    7 version=5.30
    8 release=1
    9 source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr \
   14                 --enable-fsect-man5 \
   15                 --enable-static
   16     make
   17     make DESTDIR=$PKG install
   18     rmdir $PKG/usr/share/man/man4
   19 }

Generated by cgit