summaryrefslogtreecommitdiff
path: root/multimux/Pkgfile
blob: 46ac8a701faa4fc12da136430952cf32eb34f5bf (plain)
    1 # Description: Multipexes up to 8 mono channels into a multi channel wave file.
    2 # URL: http://www.ibiblio.org/pub/linux/apps/video/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Danny Rawlins, crux at romster dot me
    5 # Depends on: 
    6 
    7 name=multimux
    8 version=0.2.5.2
    9 release=1
   10 source=(http://www.ibiblio.org/pub/linux/apps/video/multimux-$version.tgz)
   11 
   12 build() {
   13 	cd multimux-$version
   14 	sed -i -e "s|-O2|$CFLAGS|" Makefile
   15 	make
   16 	install -D -m755 multimux $PKG/usr/bin/multimux
   17 }

Generated by cgit