contrib/moc/Pkgfile

31 lines
718 B
Plaintext
Raw Normal View History

2008-08-02 18:13:18 +02:00
# Description: Console audio player.
# URL: http://moc.daper.net/
# Maintainer: John McQuah, jmcquah at disroot dot org
2016-06-28 02:58:22 +02:00
# Depends on: curl libid3tag libmad libsndfile popt
# Optional: faad2 lame libmodplug libtimidity mpg123 musepack speex taglib wavpack
2008-08-02 18:13:18 +02:00
name=moc
2018-03-29 14:32:14 +02:00
version=2.5.2
release=3
2019-11-21 02:41:31 +01:00
source=(http://ftp.daper.net/pub/soft/moc/stable/$name-$version.tar.bz2
moc-https.patch)
2018-03-29 14:32:14 +02:00
2008-08-02 18:13:18 +02:00
build() {
cd $name-$version
patch -p0 -i $SRC/moc-https.patch
2019-11-21 02:41:31 +01:00
2008-08-02 18:13:18 +02:00
./configure \
--prefix=/usr \
--disable-nls \
--without-ffmpeg \
2008-08-02 18:13:18 +02:00
--disable-debug
make
make DESTDIR=$PKG install
2022-11-13 21:04:58 +01:00
install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example
2008-08-02 18:13:18 +02:00
rm -rf $PKG/usr/share/doc
rm -f $PKG/usr/lib/moc/decoder_plugins/*.la
2008-08-02 18:13:18 +02:00
}