summaryrefslogtreecommitdiff
path: root/libmp4v2/Pkgfile
blob: 6592dbf89a66926d8dbba9c4b74dbfa4de932517 (plain)
    1 # Description: Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard.
    2 # URL: https://code.google.com/archive/p/mp4v2/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Matt Housh, jaeger at morpheus dot net
    5 
    6 name=libmp4v2
    7 version=2.0.0
    8 release=3
    9 source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-$version.tar.bz2 \
   10 	0004-Fix-GCC7-build.patch)
   11 
   12 build() {
   13 	cd mp4v2-$version
   14 
   15 	patch -p1 -i $SRC/0004-Fix-GCC7-build.patch
   16 
   17 	./configure --prefix=/usr
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 }

Generated by cgit