milis/talimatname/genel/l/libpgm/talimat

20 lines
547 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
name=libpgm
version=5.2.122
release=1
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/$name-$version.tar.gz
)
derle() {
cd "$SRC/$name-$version/openpgm/pgm"
find . -type f -exec sed -i 's/python/python2/g' {} \+
cd "$SRC/$name-$version/openpgm/pgm"
./configure --prefix=/usr
make
make prefix="$PKG/usr" install
}