2017-03-31 08:38:05 +02:00
|
|
|
|
# Description: MPEG-4 kitaplığı
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://code.google.com/p/mp4v2
|
2017-03-31 08:38:05 +02:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=libmp4v2
|
|
|
|
|
version=2.0.0
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://mp4v2.googlecode.com/files/mp4v2-$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd mp4v2-$version
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|