contrib/libmp4v2/Pkgfile

19 lines
479 B
Plaintext
Raw Normal View History

2014-01-28 09:42:45 +01:00
# Description: Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard.
2017-03-04 13:49:14 +01:00
# URL: https://code.google.com/archive/p/mp4v2/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
name=libmp4v2
2014-01-28 09:42:45 +01:00
version=2.0.0
2017-03-04 13:49:14 +01:00
release=2
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-$version.tar.bz2)
build() {
cd mp4v2-$version
2017-03-04 13:49:14 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}