1
0
forked from ports/contrib

xdelta: new port

This commit is contained in:
Danny Rawlins 2008-01-28 19:04:58 +11:00
parent 37c5877ca5
commit 9c09242090
3 changed files with 47 additions and 0 deletions

24
xdelta/.footprint Normal file
View File

@ -0,0 +1,24 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdelta
-rwxr-xr-x root/root usr/bin/xdelta-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/edsio.h
-rw-r--r-- root/root usr/include/edsio_edsio.h
-rw-r--r-- root/root usr/include/xd_edsio.h
-rw-r--r-- root/root usr/include/xdelta.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libedsio.la
lrwxrwxrwx root/root usr/lib/libedsio.so -> libedsio.so.0.0.0
lrwxrwxrwx root/root usr/lib/libedsio.so.0 -> libedsio.so.0.0.0
-rwxr-xr-x root/root usr/lib/libedsio.so.0.0.0
-rwxr-xr-x root/root usr/lib/libxdelta.la
lrwxrwxrwx root/root usr/lib/libxdelta.so -> libxdelta.so.2.0.0
lrwxrwxrwx root/root usr/lib/libxdelta.so.2 -> libxdelta.so.2.0.0
-rwxr-xr-x root/root usr/lib/libxdelta.so.2.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xdelta.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/xdelta.m4

1
xdelta/.md5sum Normal file
View File

@ -0,0 +1 @@
1b896c01ebf0e353b7e3c3071b05f496 xdelta-1.1.4.tar.gz

22
xdelta/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Binary diff, differential compression tools.
# URL: http://xdelta.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on:
name=xdelta
version=1.1.4
release=1
source=(http://xdelta.googlecode.com/files/xdelta-$version.tar.gz)
build() {
cd xdelta-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}