dar: update to 2.3.9
This commit is contained in:
parent
a08cdbdcca
commit
ef3a2dcef2
@ -48,9 +48,9 @@ drwxr-xr-x root/root usr/include/dar/
|
|||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rw-r--r-- root/root usr/lib/libdar.a
|
-rw-r--r-- root/root usr/lib/libdar.a
|
||||||
-rwxr-xr-x root/root usr/lib/libdar.la
|
-rwxr-xr-x root/root usr/lib/libdar.la
|
||||||
lrwxrwxrwx root/root usr/lib/libdar.so -> libdar.so.4.0.3
|
lrwxrwxrwx root/root usr/lib/libdar.so -> libdar.so.4.0.4
|
||||||
lrwxrwxrwx root/root usr/lib/libdar.so.4 -> libdar.so.4.0.3
|
lrwxrwxrwx root/root usr/lib/libdar.so.4 -> libdar.so.4.0.4
|
||||||
-rwxr-xr-x root/root usr/lib/libdar.so.4.0.3
|
-rwxr-xr-x root/root usr/lib/libdar.so.4.0.4
|
||||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
-rw-r--r-- root/root usr/lib/pkgconfig/libdar.pc
|
-rw-r--r-- root/root usr/lib/pkgconfig/libdar.pc
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
6c0d383c22df0e1816e860153f60d746 dar-2.3.8.tar.gz
|
8dcfa94b7bac139cab05291f00c74bd3 dar-2.3.9.tar.gz
|
||||||
a32bc0f1354d9d4bb765730f458d509f darrc
|
a32bc0f1354d9d4bb765730f458d509f darrc
|
||||||
|
@ -4,15 +4,15 @@
|
|||||||
# Depends on: openssl, zlib, bzip2
|
# Depends on: openssl, zlib, bzip2
|
||||||
|
|
||||||
name=dar
|
name=dar
|
||||||
version=2.3.8
|
version=2.3.9
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
|
||||||
darrc)
|
darrc)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr --mandir=/usr/man
|
./configure --prefix=/usr --mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -r $PKG/usr/share
|
rm -r $PKG/usr/share
|
||||||
install -D -m 644 $SRC/darrc $PKG/etc/darrc
|
install -D -m 644 $SRC/darrc $PKG/etc/darrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user