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 | |
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
-rw-r--r-- | extra/libcaca/.footprint | 10 | ||||
-rwxr-xr-x | extra/libcaca/Pkgfile | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/extra/libcaca/.footprint b/extra/libcaca/.footprint index 4069aac02..4b690927d 100644 --- a/extra/libcaca/.footprint +++ b/extra/libcaca/.footprint @@ -12,11 +12,6 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcaca.a -rw-r--r-- root/root usr/lib/libcaca_pic.a -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/caca-config.1.gz --rw-r--r-- root/root usr/man/man1/cacademo.1.gz --rw-r--r-- root/root usr/man/man1/cacaview.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/doc/ drwxr-xr-x root/root usr/share/doc/libcaca-dev/ @@ -29,3 +24,8 @@ drwxr-xr-x root/root usr/share/doc/libcaca-dev/ -rw-r--r-- root/root usr/share/doc/libcaca-dev/TODO drwxr-xr-x root/root usr/share/libcaca/ -rw-r--r-- root/root usr/share/libcaca/caca.txt +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/caca-config.1.gz +-rw-r--r-- root/root usr/share/man/man1/cacademo.1.gz +-rw-r--r-- root/root usr/share/man/man1/cacaview.1.gz 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 |