blob: f06a01954c46b770057edcfef734fc6b594c9afd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: Enlightenment implémentation de plusieures spécifications de freedesktop.org
# URL: http://www.enlightenment.org/
# Maintainer: NuTyX core team
# Packager: A DEFINIR
# Depends on: ecore
name=efreet
version=0.5.0.063
release=1
source=(http://download.enlightenment.org/snapshots/LATEST/$name-$version.tar.bz2)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}
|