milis/talimatname/genel/l/libpgm/talimat

21 lines
559 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: Pragmatik Genel Çok Noktaya Yayın (PGM, RFC3208) uygulaması
# URL: https://www.freshports.org/net/openpgm/
# Paketçi: milisarge
# Gerekler: python
# Grup: kütüphane ağ
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
}