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