summaryrefslogtreecommitdiff
path: root/libsndfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-11-04 12:34:50 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-11-04 14:37:36 +1100
commit20bd0a196859ecbc215da194403a3bfa3ef2264f (patch)
tree920af5a68aec55586dce2e160d22d0aa081ec263 /libsndfile
parentca9df6680b068ed5da9e5b72eb666444bb71d353 (diff)
downloadopt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz
opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz
update romster ports for new man page location
Diffstat (limited to 'libsndfile')
-rw-r--r--libsndfile/.footprint24
-rw-r--r--libsndfile/Pkgfile7
2 files changed, 15 insertions, 16 deletions
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
}

Generated by cgit