milis/talimatname/genel/l/libmp4v2/talimat

18 lines
311 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
2017-10-28 14:10:23 +02:00
isim=libmp4v2
surum=2.0.0
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://sources.archlinux.org/other/packages/$isim/mp4v2-${surum}.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd mp4v2-$surum
2017-06-05 18:19:37 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}