xdelta3: romster -> contrib
This commit is contained in:
parent
ab1b03080b
commit
97b56c162b
6
xdelta3/.footprint
Normal file
6
xdelta3/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
1
xdelta3/.md5sum
Normal file
1
xdelta3/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ef6631e4f9219a80bcb9e3020962b6ec xdelta3-3.0.7.tar.gz
|
21
xdelta3/Pkgfile
Normal file
21
xdelta3/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: A binary diff tool that uses the VCDIFF (RFC 3284) format and compression.
|
||||
# URL: http://xdelta.org/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Depends on: xz
|
||||
|
||||
name=xdelta3
|
||||
version=3.0.7
|
||||
release=1
|
||||
source=(http://xdelta.googlecode.com/files/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user