summaryrefslogtreecommitdiffstats
path: root/extra/libast/Pkgfile
blob: 720b155c63416f39235cfa520de4d8c44d5ef983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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, freetype
# Run on:

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
}