Skip to content

Commit

Permalink
upgpkg: alsa-plugins 1.0.24-2
Browse files Browse the repository at this point in the history
Add docs.

git-svn-id: file:///srv/repos/svn-packages/svn@122044 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig committed May 2, 2011
1 parent 66c228c commit 9aac493
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alsa-plugins/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -30,4 +30,7 @@ build() {
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/"
}

0 comments on commit 9aac493

Please sign in to comment.