milis/talimatname/genel/l/libpgm/talimat

20 lines
537 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: OpenPGM: implementation of the Pragmatic General Multicast (PGM, RFC3208)
# URL: https://www.freshports.org/net/openpgm/
# Paketçi: milisarge
# Gerekler: python
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
}