summaryrefslogtreecommitdiff
path: root/emotion/Pkgfile
blob: e4348329d5413716ba1c9c5f24595eb1a3247827 (plain)
    1 # Description: Video and media object library for use with E17.
    2 # URL: http://www.enlightenment.org/
    3 # Maintainer: Victor Martinez, pitillo at ono dot com
    4 # Depends on: edje
    5 
    6 name=emotion
    7 version=1.7.9
    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     make
   16     make DESTDIR=$PKG install
   17 }

Generated by cgit