summaryrefslogtreecommitdiffstats
path: root/extra/libast/Pkgfile
blob: 2dd1899c8a4835f122c909a14e302a343eed2513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie pour eterm
# URL: http://site.n.ml.org/info/libast/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: imlib2

name=libast
version=0.7
release=2
source=(http://www.eterm.org/download/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
	--with-x
	make
	make DESTDIR=$PKG install
}