diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 22:31:12 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 22:31:12 +0100 |
commit | 54563fb1493f6173fcc18436672dd976522209c1 (patch) | |
tree | 49ead759cd2a834ed9df4e03e3caaa79acdff07f /extra/libcaca/Pkgfile | |
parent | a28699a7055e1e124de5bb26c71ef00dee94aaf3 (diff) | |
download | nutyx-pakxe-54563fb1493f6173fcc18436672dd976522209c1.tar.gz nutyx-pakxe-54563fb1493f6173fcc18436672dd976522209c1.tar.bz2 nutyx-pakxe-54563fb1493f6173fcc18436672dd976522209c1.tar.xz nutyx-pakxe-54563fb1493f6173fcc18436672dd976522209c1.zip |
maj libcaca#0.9-2
Diffstat (limited to 'extra/libcaca/Pkgfile')
-rwxr-xr-x | extra/libcaca/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libcaca/Pkgfile b/extra/libcaca/Pkgfile index c53887bea..cb1587601 100755 --- a/extra/libcaca/Pkgfile +++ b/extra/libcaca/Pkgfile @@ -6,12 +6,13 @@ name=libcaca version=0.9 -release=1 +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 |