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

Jan Steffens heftig at archlinux.org
Mon May 2 00:18:38 UTC 2011


    Date: Sunday, May 1, 2011 @ 20:18:38
  Author: heftig
Revision: 122044

upgpkg: alsa-plugins 1.0.24-2
Add docs.

Modified:
  alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-01 21:03:14 UTC (rev 122043)
+++ PKGBUILD	2011-05-02 00:18:38 UTC (rev 122044)
@@ -5,7 +5,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.0.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org"
@@ -30,4 +30,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
 }




More information about the arch-commits mailing list