milis/talimatname/genel/l/libpgm/talimat

20 lines
547 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: OpenPGM: implementation of the Pragmatic General Multicast (PGM, RFC3208)
2017-09-02 20:50:43 +02:00
# URL: https://www.freshports.org/net/openpgm/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2017-09-02 20:50:43 +02:00
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
)
build() {
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
}