milis/talimatname/genel/bsdiff/talimat

18 lines
405 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.

# Description: bsdiff,bspatch ikili dosyalar için fark ve yama uygulaması
# URL: https://github.com/mendsley/bsdiff
# Packager: milisarge
# Depends on: valgrind
name=bsdiff
version=4.3
release=1
source=(https://github.com/mendsley/bsdiff/archive/master.tar.gz::$name-mendsley-$version.tar.gz)
build() {
cd ${name}-master
./autogen.sh
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}