19 lines
410 B
Plaintext
19 lines
410 B
Plaintext
# Description: e17 widget set
|
|
# URL: http://www.enlightenment.org/
|
|
# Maintainer: Victor Martinez, pitillo at ono dot com
|
|
# Depends on: e_dbus
|
|
|
|
name=elementary-e17
|
|
version=1.7.10
|
|
release=1
|
|
source=(http://download.enlightenment.org/releases/elementary-$version.tar.gz)
|
|
|
|
build()
|
|
{
|
|
cd elementary-$version
|
|
./configure --prefix=/usr \
|
|
--disable-nls
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|