CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-fontsproto: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Thu, 17 Dec 2009 15:08:16 +0000 (15:08 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 17 Dec 2009 15:08:27 +0000 (15:08 +0000)
xorg-fontsproto/Pkgfile

index 1af783c64d2bd29290e1fc757a40b125832f9c30..8f139eeba494a5414a138271162109e68529344b 100644 (file)
@@ -1,7 +1,8 @@
 # Description: xorg proto fontsproto
 # URL: http://xorg.freedesktop.org
 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on:
 
 name=xorg-fontsproto
 version=2.1.0
@@ -9,12 +10,12 @@ release=1
 source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2)
 
 build() {
-  cd fontsproto-$version
+       cd fontsproto-$version
 
-  ./configure --build=$CHOST \
+       ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr
 
-  make
-  make DESTDIR=$PKG install
+       make
+       make DESTDIR=$PKG install
 }