summaryrefslogtreecommitdiff
path: root/mpg123-32/Pkgfile
blob: eb7fa50e30ff64bb90bc289f00651167df9e9057 (plain)
    1 # Description: Commandline MP3 player 
    2 # URL:         https://www.mpg123.de
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: alsa-lib-32 mpg123
    5 
    6 name=mpg123-32
    7 version=1.26.1
    8 release=1
    9 source=(https://www.mpg123.de/download/${name%-*}-$version.tar.bz2)
   10 
   11 build() {
   12     cd ${name%-*}-$version
   13 
   14     ./configure --prefix=/usr \
   15 		--libdir=/usr/lib32 \
   16 		--host=i686-pc-linux-gnu \
   17                 --with-audio=alsa,oss,dummy \
   18                 --with-default-audio=alsa
   19 
   20     make
   21     make DESTDIR=$PKG install
   22 
   23     rm -r $PKG/usr/{bin,include,share/man,share}
   24 }

Generated by cgit