milis/talimatname/genel/opal/talimat

20 lines
520 B
Plaintext
Raw Normal View History

2017-04-06 12:32:35 +02:00
# Description: Çok sayıda telefon protokolünü normalleştirmek için C ++ sınıf kütüphanesi
2016-02-24 01:27:23 +01:00
# URL: http://ftp.gnu.org/opal
2017-04-06 12:32:35 +02:00
# Packager: milisarge
# Depends on: ptlib
2016-02-24 01:27:23 +01:00
name=opal
version=3.10.10
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz
http://www.linuxfromscratch.org/patches/blfs/svn/$name-$version-ffmpeg2-1.patch)
build() {
cd $name-$version
patch -Np1 -i ../$name-$version-ffmpeg2-1.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}