[arch-commits] Commit in musepack/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Mar 7 15:29:32 UTC 2016


    Date: Monday, March 7, 2016 @ 16:29:32
  Author: jgc
Revision: 261161

upgpkg: musepack 1:0.1+r475-1

Move include files to the libmpcdec package

Modified:
  musepack/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-07 15:24:55 UTC (rev 261160)
+++ PKGBUILD	2016-03-07 15:29:32 UTC (rev 261161)
@@ -53,9 +53,10 @@
   pkgdesc="MusePack decoding library"
   license=('custom')
 
-  cd musepack_src_r${_rel}/libmpcdec
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libmpcdec/COPYING
+  cd musepack_src_r${_rel}
+  make -C include DESTDIR="${pkgdir}" install
+  make -C libmpcdec DESTDIR="${pkgdir}" install
+  install -Dm644 libmpcdec/COPYING ${pkgdir}/usr/share/licenses/libmpcdec/COPYING
 }
 
 package_musepack-tools() {
@@ -67,4 +68,5 @@
   cd musepack_src_r${_rel}
   make DESTDIR="${pkgdir}" install
   make -C libmpcdec DESTDIR="${pkgdir}" uninstall
+  make -C include DESTDIR="${pkgdir}" uninstall
 }



More information about the arch-commits mailing list