contrib/libmp4v2/Pkgfile
2020-01-12 17:25:45 +11:00

19 lines
449 B
Plaintext

# Description: Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard.
# URL: https://github.com/TechSmith/mp4v2
# Maintainer: Danny Rawlins, crux at romster dot me
name=libmp4v2
version=4.1.0.0
release=3
source=(https://github.com/TechSmith/mp4v2/archive/Release-ThirdParty-MP4v2-$version.tar.gz)
build() {
cd mp4v2-Release-ThirdParty-MP4v2-$version
CXXFLAGS+=' -std=c++03'
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}