CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git] / file / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: File type identification utility
2# URL: http://www.darwinsys.com/file/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
83e7e2d0 4# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
6dca1d21
JB
5# Depends on: zlib
6
7name=file
f79e270b 8version=5.04
6dca1d21
JB
9release=1
10source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man \
18 --enable-fsect-man5
19 make
20 make DESTDIR=$PKG install
21 rmdir $PKG/usr/man/man4
22}