summaryrefslogtreecommitdiffstats
path: root/libcaca/Pkgfile
blob: 65eb7adc86951b2d5f7e5afae9f4420e46b0e347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description:  Color AsCii Art Library
# URL: http://libcaca.zoy.org/
# Maintainer: NuTyX
# Packager: thierryn1 at hispeed dot ch
# Depends on: imlib2
# Run on: freetype,slang,imlib2,xorg-libx11,xorg-libxau,xorg-libxcb,xorg-libxdmcp,xorg-libxext

name=libcaca
version=0.9
release=2
source=(http://libcaca.zoy.org/raw-attachment/wiki/libcaca/libcaca-0.9.tar.gz)

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