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