xbps: update to 0.7.0.
This commit is contained in:
parent
96c0b3f0b9
commit
111149eeaa
2 changed files with 2 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
Fix will be included in 0.6.3.
|
|
||||||
|
|
||||||
--- lib/Makefile.orig 2010-11-02 07:40:41.000000000 +0100
|
|
||||||
+++ lib/Makefile 2010-11-02 07:40:54.000000000 +0100
|
|
||||||
@@ -66,7 +66,7 @@ $(OBJS): %.o: %.c
|
|
||||||
|
|
||||||
libxbps.so: $(OBJS) $(LIBFETCH_OBJS) $(LIBPROP_OBJS)
|
|
||||||
@printf " [CCLD]\t\t$@\n"
|
|
||||||
- @$(CC) $(LDFLAGS) $^ -o $(LIBXBPS_SHLIB)
|
|
||||||
+ @$(CC) $^ $(LDFLAGS) -o $(LIBXBPS_SHLIB)
|
|
||||||
@-ln -sf $(LIBXBPS_SHLIB) libxbps.so.$(LIBXBPS_MAJOR)
|
|
||||||
@-ln -sf $(LIBXBPS_SHLIB) libxbps.so
|
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.6.2
|
version=0.7.0
|
||||||
revision=1
|
|
||||||
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --includedir=/usr/include
|
configure_args="--prefix=/ --includedir=/usr/include
|
||||||
--datadir=/usr/share --mandir=/usr/share/man --with-pie"
|
--datadir=/usr/share --mandir=/usr/share/man --with-pie"
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=7de31e75bc637788060834fe5327d825d5fcb45e141d39c4b28fc103cd92fb26
|
checksum=80d3027b490c56a78f3dcc45943302e7d220e7b1200953b783520247504c4bb4
|
||||||
long_desc="
|
long_desc="
|
||||||
The XBPS package system. A new, fast, from scratch and simple
|
The XBPS package system. A new, fast, from scratch and simple
|
||||||
binary package manager. This package includes the binary utilities
|
binary package manager. This package includes the binary utilities
|
||||||
|
|
Loading…
Reference in a new issue