summaryrefslogtreecommitdiffstats
path: root/extra/libcaca/Pkgfile
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/Pkgfile
parent1f1d83e777b4ce8e0f9d136ab2839c1c240c51d7 (diff)
downloadnutyx-extra-48977cb64fdbd279f2e2cc1582102898a671e12b.tar.gz
nutyx-extra-48977cb64fdbd279f2e2cc1582102898a671e12b.tar.bz2
nutyx-extra-48977cb64fdbd279f2e2cc1582102898a671e12b.tar.xz
nutyx-extra-48977cb64fdbd279f2e2cc1582102898a671e12b.zip
Ajout de libcaca#0.9-1
Diffstat (limited to 'extra/libcaca/Pkgfile')
-rwxr-xr-xextra/libcaca/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/libcaca/Pkgfile b/extra/libcaca/Pkgfile
new file mode 100755
index 000000000..c53887bea
--- /dev/null
+++ b/extra/libcaca/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Color AsCii Art Library
+# URL: http://libcaca.zoy.org/
+# Maintainer: NuTyX
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: imlib2
+
+name=libcaca
+version=0.9
+release=1
+source=(http://libcaca.zoy.org/raw-attachment/wiki/libcaca/libcaca-0.9.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info \
+ --disable-doc \
+ --localstatedir=/var
+ make
+ make DESTDIR=$PKG install
+}