milis/talimatname/genel/l/libmp4v2/talimat

18 lines
319 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: MPEG-4 kitaplığı
2016-02-24 01:27:23 +01:00
# URL: http://code.google.com/p/mp4v2
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=libmp4v2
version=2.0.0
release=1
2017-06-05 18:19:37 +02:00
source=(https://sources.archlinux.org/other/packages/$name/mp4v2-${version}.tar.bz2)
2016-02-24 01:27:23 +01:00
build() {
2017-06-05 18:19:37 +02:00
cd mp4v2-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}