milis/talimatname/genel/b/bsdiff/talimat

19 lines
407 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: bsdiff,bspatch ikili dosyalar için fark ve yama uygulaması
# URL: https://github.com/mendsley/bsdiff
# Paketçi: milisarge
# Gerekler: valgrind
# Grup: sistem
isim=bsdiff
surum=4.3
devir=1
kaynak=(https://github.com/mendsley/bsdiff/archive/master.tar.gz::$isim-mendsley-$surum.tar.gz)
derle() {
cd ${isim}-master
./autogen.sh
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}