# Description: Utilitaire pour déterminer le type de fichier donné. # URL: ftp://ftp.fu-berlin.de/unix/tools/file/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: name=file version=5.11 release=1 source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=$PKG install }