summaryrefslogtreecommitdiffstats
path: root/extra/libcaca/build,v
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:07:53 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:07:53 +0200
commit48977cb64fdbd279f2e2cc1582102898a671e12b (patch)
tree8f56a73d97d24ffdfbff638065ea5980900d3973 /extra/libcaca/build,v
parent1f1d83e777b4ce8e0f9d136ab2839c1c240c51d7 (diff)
downloadnutyx-pakxe-48977cb64fdbd279f2e2cc1582102898a671e12b.tar.gz
nutyx-pakxe-48977cb64fdbd279f2e2cc1582102898a671e12b.tar.bz2
nutyx-pakxe-48977cb64fdbd279f2e2cc1582102898a671e12b.tar.xz
nutyx-pakxe-48977cb64fdbd279f2e2cc1582102898a671e12b.zip
Ajout de libcaca#0.9-1
Diffstat (limited to 'extra/libcaca/build,v')
-rwxr-xr-xextra/libcaca/build,v67
1 files changed, 67 insertions, 0 deletions
diff --git a/extra/libcaca/build,v b/extra/libcaca/build,v
new file mode 100755
index 000000000..2f060e4d1
--- /dev/null
+++ b/extra/libcaca/build,v
@@ -0,0 +1,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
+@