summaryrefslogtreecommitdiffstats
path: root/base/file/Pkgfile
blob: 57ff92db3726a31e633ef47d9d18ae76285acffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.04
release=1
source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)


build() {
cd $name-$version
sed -i -e '197,+1d' \
	-e '189,+1d' \
	-e 's/token$/tokens/' doc/file.man
./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}