summaryrefslogtreecommitdiffstats
path: root/extra/libcaca/build,v
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-11-13 02:10:20 +0100
committerpiernov <piernov@piernov.org>2011-11-13 02:10:20 +0100
commita26a29c1ec0d646702b3d773dd8df9c98aaaad52 (patch)
tree8d9147408aba62eea7de2b3b11d22852deaf5b13 /extra/libcaca/build,v
parent46a7ee2dcea2c6d3a24e8eebf5f902bfca42d5a1 (diff)
downloadnutyx-pakxe-a26a29c1ec0d646702b3d773dd8df9c98aaaad52.tar.gz
nutyx-pakxe-a26a29c1ec0d646702b3d773dd8df9c98aaaad52.tar.bz2
nutyx-pakxe-a26a29c1ec0d646702b3d773dd8df9c98aaaad52.tar.xz
nutyx-pakxe-a26a29c1ec0d646702b3d773dd8df9c98aaaad52.zip
libcaca 0.99.beta17-1 màj port
Diffstat (limited to 'extra/libcaca/build,v')
-rwxr-xr-xextra/libcaca/build,v67
1 files changed, 0 insertions, 67 deletions
diff --git a/extra/libcaca/build,v b/extra/libcaca/build,v
deleted file mode 100755
index 2f060e4d1..000000000
--- a/extra/libcaca/build,v
+++ /dev/null
@@ -1,67 +0,0 @@
-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
-@