diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 16:29:52 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 16:29:52 +0100 |
commit | e4e2c5260af55ac7a916d771f31c6e4ebeb2c824 (patch) | |
tree | 3ab6bd4418457391e0b2c5398104374906875862 | |
parent | 7646c04e255841a1c71d2cd4fe9d79a7208a557b (diff) | |
download | nutyx-pakxe-e4e2c5260af55ac7a916d771f31c6e4ebeb2c824.tar.gz nutyx-pakxe-e4e2c5260af55ac7a916d771f31c6e4ebeb2c824.tar.bz2 nutyx-pakxe-e4e2c5260af55ac7a916d771f31c6e4ebeb2c824.tar.xz nutyx-pakxe-e4e2c5260af55ac7a916d771f31c6e4ebeb2c824.zip |
libopendaap, déplacé dans base et maj des footprint et mandir
-rw-r--r-- | base/libopendaap/.footprint (renamed from extra/libopendaap/.footprint) | 7 | ||||
-rw-r--r-- | base/libopendaap/.md5sum (renamed from extra/libopendaap/.md5sum) | 0 | ||||
-rw-r--r-- | base/libopendaap/Pkgfile (renamed from extra/libopendaap/Pkgfile) | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/extra/libopendaap/.footprint b/base/libopendaap/.footprint index dfdd3e401..0432889bf 100644 --- a/extra/libopendaap/.footprint +++ b/base/libopendaap/.footprint @@ -11,6 +11,7 @@ lrwxrwxrwx root/root usr/lib/libopendaap.so.0 -> libopendaap.so.0.1.0 -rwxr-xr-x root/root usr/lib/libopendaap.so.0.1.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/opendaap.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/libopendaap.3.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libopendaap.3.gz diff --git a/extra/libopendaap/.md5sum b/base/libopendaap/.md5sum index 21434f295..21434f295 100644 --- a/extra/libopendaap/.md5sum +++ b/base/libopendaap/.md5sum diff --git a/extra/libopendaap/Pkgfile b/base/libopendaap/Pkgfile index 938eae166..e70d7cd5f 100644 --- a/extra/libopendaap/Pkgfile +++ b/base/libopendaap/Pkgfile @@ -10,7 +10,8 @@ release=1 source=(http://craz.net/programs/itunes/files/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make make DESTDIR=$PKG install chown -R root:root $PKG |