summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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