CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed major update for Arch-Maintainer's email (all ports)
[attic/ports/e17-cross.git] / eet / Pkgfile
index 69c292a7efb809ffa4271364b443c9f164b234e3..cc0c64446b4067686e54c5633023609f18536459 100644 (file)
@@ -1,11 +1,11 @@
 # Description: Small archiving library for use with EFL.
 # URL: http://www.enlightenment.org/
 # Maintainer: Victor Martinez, pitillo at ono dot com
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: xorg-libxext xorg-libsm libungif libpng libtiff freetype eina
 
 name=eet
-version=20091130
+version=20100217
 release=1
 source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
 
@@ -19,6 +19,6 @@ build()
                 --host=$CTARGET \
                 --prefix=/usr 
 
-  make V=1
+  make 
   make install DESTDIR=$PKG
 }