CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
idesk: Initial import (verified compilation).
[attic/ports/opt-cross.git] / freetype / Pkgfile
index 25df769f24a08eb5026cc071f509a742b2a5d7eb..282604a446fe7fa78b64e9475ed37b3f0d2f5edd 100644 (file)
@@ -5,19 +5,19 @@
 # Depends on: zlib
 
 name=freetype
-version=2.3.11
+version=2.3.12
 release=1
 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
 
 build() {
-    cd freetype-$version
+  cd freetype-$version
 
-    ./configure --build=$CHOST \
-                --host=$CTARGET \
-                --prefix=/usr \
-                --with-zlib \
-                --disable-nls
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --with-zlib \
+              --disable-nls
 
-    make
-    make DESTDIR=$PKG install
+  make
+  make DESTDIR=$PKG install
 }