2013-01-17 16:27:30 +00:00
|
|
|
# Description: terminal emulator
|
|
|
|
# URL: http://www.enlightenment.org/
|
|
|
|
# Maintainer: Victor Martinez, pitillo at ono dot com
|
2013-03-30 14:25:00 +00:00
|
|
|
# Depends on: emotion elementary ethumb
|
2013-01-17 16:27:30 +00:00
|
|
|
|
|
|
|
name=terminology
|
2013-03-30 14:25:00 +00:00
|
|
|
version=0.3.0
|
2013-01-17 16:27:30 +00:00
|
|
|
release=1
|
|
|
|
source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build()
|
|
|
|
{
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|