milis/talimatname/genel/l/libpgm/talimat

20 lines
537 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}