18 lines
303 B
Plaintext
18 lines
303 B
Plaintext
# Description: MPEG-4 kitaplığı
|
||
# URL: http://code.google.com/p/mp4v2
|
||
# Packager: milisarge
|
||
# Depends on:
|
||
|
||
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
|
||
}
|