summaryrefslogtreecommitdiffstats
path: root/libcaca/build,v
blob: 2f060e4d1c0e51072dd168ecb50c017adc53886b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
head	1.2;
access;
symbols;
locks
	root:1.2; strict;
comment	@# @;


1.2
date	2007.10.05.15.58.40;	author install;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.01.14.18.56;	author install;	state Exp;
branches;
next	;


desc
@Initial version
@


1.2
log
@relocated to lib
@
text
@# $Id: build,v 1.1 2007/10/01 14:18:56 install Exp install $
# Description:  Color AsCii Art Library
# URL: http://libcaca.zoy.org/
# Maintainer: Thierry Nuttens, thierryn1 at hispeed dot ch
# Depends on: 

name=libcaca
version=0.99.beta12
release=1
group=lib
KDE_PREFIX=/opt/kde
source=(http://libcaca.zoy.org/files/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--infodir=/usr/share/info \
                --sysconfdir=/etc/a2ps \
                --localstatedir=/var \
                --with-medium=A4
	make
	make DESTDIR=$PKG install
}
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id:$
d10 1
a10 1
group=multimedia
@