summaryrefslogtreecommitdiffstats
path: root/extra/imlib2/Pkgfile
blob: 9e450cc004d3d04f254f2b54613df7322e4d8c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Librairie pour la gestion d'images de facon plus efficace que imlib
# URL: http://sourceforge.net/projects/enlightenment
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: aalib, libid3tag

name=imlib2
version=1.4.2
release=1
source=( http://downloads.sourceforge.net/enlightenment/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}