18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
|
# Description: terminal emulator
|
||
|
# URL: http://www.enlightenment.org/
|
||
|
# Maintainer: Victor Martinez, pitillo at ono dot com
|
||
|
# Depends on: emotion elementary
|
||
|
|
||
|
name=terminology
|
||
|
version=0.2.0
|
||
|
release=1
|
||
|
source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
|
||
|
|
||
|
build()
|
||
|
{
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|