summaryrefslogtreecommitdiff
path: root/file/Pkgfile
blob: 711daacc914a096ef9746c53c149e2dd996b196d (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.02
    8 release=1
    9 source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr --mandir=/usr/man --enable-fsect-man5 
   14     make
   15     make DESTDIR=$PKG install
   16     rmdir $PKG/usr/man/man4
   17 }

Generated by cgit