2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: OpenPGM: implementation of the Pragmatic General Multicast (PGM, RFC3208)
|
2017-09-02 20:50:43 +02:00
|
|
|
|
# URL: https://www.freshports.org/net/openpgm/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python
|
2017-09-02 20:50:43 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +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
|
2017-09-02 20:50:43 +02:00
|
|
|
|
)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd "$SRC/$isim-$surum/openpgm/pgm"
|
2017-09-02 20:50:43 +02:00
|
|
|
|
find . -type f -exec sed -i 's/python/python2/g' {} \+
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd "$SRC/$isim-$surum/openpgm/pgm"
|
2017-09-02 20:50:43 +02:00
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make prefix="$PKG/usr" install
|
|
|
|
|
}
|