2018-08-08 14:18:27 +02:00
|
|
|
|
# Tanım: OpenPGM: Pragmatik Genel Çok Noktaya Yayın (PGM, RFC3208) uygulaması
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: https://www.freshports.org/net/openpgm/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python
|
2018-08-08 14:18:27 +02:00
|
|
|
|
# Grup: kütüphane ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=libpgm
|
|
|
|
|
surum=5.2.122
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/$isim-$surum.tar.gz
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd "$SRC/$isim-$surum/openpgm/pgm"
|
|
|
|
|
find . -type f -exec sed -i 's/python/python2/g' {} \+
|
|
|
|
|
cd "$SRC/$isim-$surum/openpgm/pgm"
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make prefix="$PKG/usr" install
|
|
|
|
|
}
|