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

Allan McRae allan at archlinux.org
Sun Apr 29 04:08:08 UTC 2012


    Date: Sunday, April 29, 2012 @ 00:08:08
  Author: allan
Revision: 157725

upgpkg: alsa-utils 1.0.25-3

move all files from /lib

Modified:
  alsa-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 02:55:48 UTC (rev 157724)
+++ PKGBUILD	2012-04-29 04:08:08 UTC (rev 157725)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.25
-pkgrel=2
+pkgrel=3
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org"
@@ -20,7 +20,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --with-systemdsystemunitdir=/usr/lib/systemd/system
+  ./configure --prefix=/usr --disable-alsaconf \
+    --with-udev-rules-dir=/usr/lib/udev/rules.d \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 
@@ -30,6 +32,7 @@
   install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
   install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
   install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }




More information about the arch-commits mailing list