summaryrefslogtreecommitdiffstats
path: root/libast/Pkgfile
blob: 2d0e9d104f8addd3b4162ceb4307d733dab82a6a (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: freetype,pcre,imlib2,xorg-libx11,xorg-libxau,xorg-libxcb,xorg-libxdmcp,xorg-libxext

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
}