CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: removed lib32 directories
[crossrootfs.git] / filesystem / Pkgfile
index 45840584806250c011515d419aab2e4557ca197a..5ef03c708c6f87938dc9fc353ba059f22fcdbd03 100644 (file)
@@ -1,10 +1,11 @@
 # Description: Root filesystem package
-# URL:         http://crux.nu
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
+# URL: http://crux.nu
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=filesystem
-version=3.2
-release=4
+version=3.3
+release=1
 source=(issue motd shells group passwd shadow securetty fstab mime.types)
 
 build() {
@@ -19,14 +20,14 @@ build() {
   install -d $PKG/etc
   install -d $PKG/mnt
   install -d $PKG/run
-  install -d $PKG/lib{,32}
+  install -d $PKG/lib
   ln -s lib $PKG/lib64
   install -d $PKG/lib/modules
   install -d $PKG/opt
   install -d $PKG/opt/bin
   install -d $PKG/opt/sbin
   install -d $PKG/usr
-  install -d $PKG/usr/{bin,include,lib{,32},sbin,share,src}
+  install -d $PKG/usr/{bin,include,lib,sbin,share,src}
   ln -s lib $PKG/usr/lib64
   install -d -p $PKG/usr/share/man/man{1,2,3,4,5,6,7,8}
   ln -s ../var $PKG/usr/var
@@ -71,7 +72,7 @@ build() {
   cat > $PKG/usr/bin/crux << EOF
 #!/bin/sh
 
-echo "CRUX-ARM version $version"
+echo "CRUX-ARM 64b version $version"
 
 # End of file
 EOF