From 20bd0a196859ecbc215da194403a3bfa3ef2264f Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 4 Nov 2015 12:34:50 +1100 Subject: update romster ports for new man page location --- libsndfile/.footprint | 24 +++++++++++++----------- libsndfile/Pkgfile | 7 ++----- 2 files changed, 15 insertions(+), 16 deletions(-) (limited to 'libsndfile') diff --git a/libsndfile/.footprint b/libsndfile/.footprint index f29b60b41..1911ef1ab 100644 --- a/libsndfile/.footprint +++ b/libsndfile/.footprint @@ -15,20 +15,22 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/sndfile.h -rw-r--r-- root/root usr/include/sndfile.hh drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libsndfile.a -rwxr-xr-x root/root usr/lib/libsndfile.la lrwxrwxrwx root/root usr/lib/libsndfile.so -> libsndfile.so.1.0.25 lrwxrwxrwx root/root usr/lib/libsndfile.so.1 -> libsndfile.so.1.0.25 -rwxr-xr-x root/root usr/lib/libsndfile.so.1.0.25 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sndfile.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/sndfile-cmp.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-concat.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-convert.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-deinterleave.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-info.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-interleave.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-metadata-get.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-metadata-set.1.gz --rw-r--r-- root/root usr/man/man1/sndfile-play.1.gz +drwxr-xr-x root/root usr/share/ +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/sndfile-cmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-concat.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-convert.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-deinterleave.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-info.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-interleave.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-metadata-get.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-metadata-set.1.gz +-rw-r--r-- root/root usr/share/man/man1/sndfile-play.1.gz diff --git a/libsndfile/Pkgfile b/libsndfile/Pkgfile index 58b719099..4ad19f96e 100644 --- a/libsndfile/Pkgfile +++ b/libsndfile/Pkgfile @@ -12,13 +12,10 @@ source=(http://www.mega-nerd.com/$name/files/$name-$version.tar.gz) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man \ - --disable-static + ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc - rmdir $PKG/usr/share } -- cgit v1.2.3