summaryrefslogtreecommitdiff
path: root/eet/Pkgfile
blob: bf89a351ea293c520ec22e54ea780753ae6f2acf (plain)
    1 # Description: Small archiving library for use with EFL.
    2 # URL: http://www.enlightenment.org/
    3 # Maintainer: Victor Martinez, pitillo at ono dot com
    4 # Depends on: xorg-libxext xorg-libsm giflib libpng libtiff freetype eina 
    5 
    6 name=eet
    7 version=1.7.5
    8 release=1
    9 source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
   10 
   11 build()
   12 {
   13     cd $name-$version
   14     ./configure --prefix=/usr \
   15                 --disable-install-examples           
   16     make
   17     make DESTDIR=$PKG install
   18     rm -r $PKG/usr/share
   19 }

Generated by cgit