20 lines
537 B
Plaintext
20 lines
537 B
Plaintext
|
# 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
|
|||
|
}
|