xdelta3: 3.0.7 -> 3.0.10

This commit is contained in:
Danny Rawlins 2015-12-21 03:01:43 +11:00
parent ffcca3caf2
commit d8d20b3717
3 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdelta3
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xdelta3.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xdelta3.1.gz

View File

@ -1 +1 @@
ef6631e4f9219a80bcb9e3020962b6ec xdelta3-3.0.7.tar.gz
9007f1b91ad07eac04d095ec42772136 xdelta3-3.0.10.tar.gz

View File

@ -5,17 +5,13 @@
# Depends on: xz
name=xdelta3
version=3.0.7
version=3.0.10
release=1
source=(http://xdelta.googlecode.com/files/$name-$version.tar.gz)
source=(https://github.com/jmacd/xdelta-devel/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}