summaryrefslogtreecommitdiff
path: root/alsa-utils/Pkgfile
blob: 47ab2b418a3fe90cb8982f5247fde13538333494 (plain)
    1 # Description: ALSA utils
    2 # URL: http://www.alsa-project.org/
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: gettext, alsa-lib, dialog
    5 
    6 name=alsa-utils
    7 version=1.2.7
    8 release=1
    9 source=(http://www.alsa-project.org/files/pub/utils/$name-$version.tar.bz2 \
   10     rc.alsa)
   11 
   12 build() {
   13     cd $name-$version
   14     ./configure --prefix=/usr \
   15         --disable-bat \
   16         --disable-nls \
   17         --disable-xmlto
   18 
   19     make
   20     make DESTDIR=$PKG install
   21     rm -r $PKG/usr/share/man/{fr,man7}
   22 
   23     install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa
   24 }

Generated by cgit