CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / file / Pkgfile
index c11a09e8bc3ada41cc9128c2ed0a24822ce556f6..cd502a5e1bc26aee4380be1087e0cc686a7d4288 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: zlib
 
 name=file
-version=5.05
+version=5.18
 release=1
-source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)
+source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
@@ -15,10 +15,10 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
-              --enable-fsect-man5
+              --enable-fsect-man5 \
+              --enable-static
 
   make
   make DESTDIR=$PKG install
-  rmdir $PKG/usr/man/man4
+  rmdir $PKG/usr/share/man/man4
 }