summaryrefslogtreecommitdiff
path: root/moc/Pkgfile
blob: 12b3c38f27437c5999cd4ad4f3015a03c36c7412 (plain)
    1 # Description: Console audio player.
    2 # URL: http://moc.daper.net/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: curl libid3tag libmad libsndfile popt
    5 # Optional: ffmpeg
    6 
    7 name=moc
    8 version=2.5.2
    9 release=3
   10 source=(http://ftp.daper.net/pub/soft/moc/stable/$name-$version.tar.bz2
   11 	moc-ffmpeg4.patch
   12 	moc-https.patch)
   13 
   14 
   15 build() {
   16 	cd $name-$version
   17 
   18 	patch -p0 -i $SRC/moc-ffmpeg4.patch
   19 	patch -p0 -i $SRC/moc-https.patch
   20 
   21 	./configure \
   22 		--prefix=/usr \
   23 		--disable-nls \
   24 		--disable-debug
   25 
   26 	make
   27 	make DESTDIR=$PKG install
   28 	install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example 
   29 	rm -rf $PKG/usr/share/doc
   30 }

Generated by cgit