bsdiff.paketlendi
This commit is contained in:
parent
853ac99ded
commit
44cb20ab71
1 changed files with 17 additions and 0 deletions
17
talimatname/genel/bsdiff/talimat
Normal file
17
talimatname/genel/bsdiff/talimat
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue