opt/mpg123/Pkgfile

17 lines
334 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Commandline MP3 player
2021-03-23 11:39:07 +01:00
# URL: https://www.mpg123.de
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: alsa-lib
2006-02-23 16:26:10 +01:00
name=mpg123
2021-06-06 12:31:13 +02:00
version=1.28.0
release=1
2020-05-30 15:26:58 +02:00
source=(https://www.mpg123.de/download/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2021-03-23 11:39:07 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}