summaryrefslogtreecommitdiff
path: root/alsa-utils/Pkgfile
blob: 72a95a8628d9b6fedb80c12c77ae8b08e8118f1a (plain)
    1 # Description: ALSA utils
    2 # URL: http://www.alsa-project.org/
    3 # Maintainer: Matt Housh, jaeger at crux dot nu
    4 # Depends on: gettext, alsa-lib, dialog
    5 
    6 name=alsa-utils
    7 version=1.0.27.2
    8 release=1
    9 source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2 \
   10     rc.alsa)
   11 
   12 build() {
   13     cd $name-$version
   14     ./configure --prefix=/usr \
   15         --mandir=/usr/man \
   16         --disable-nls \
   17         --disable-xmlto
   18 
   19     # alsactl_init.7 is generated using xmlto, which we don't have
   20     #touch alsactl/alsactl_init.7
   21 
   22     make
   23     make DESTDIR=$PKG install
   24     rm -r $PKG/usr/man/{fr,man7}
   25 
   26     install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa
   27 }

Generated by cgit