xbps: update to 0.15.

This commit is contained in:
Juan RP 2012-04-06 09:54:40 +02:00
parent 2d23dbfc2a
commit 533c721d42
2 changed files with 6 additions and 4 deletions

View File

@ -1,14 +1,15 @@
# Template file for 'xbps' # Template file for 'xbps'
pkgname=xbps pkgname=xbps
version=0.14 version=0.15
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=/ --exec-prefix=/usr --with-pie" configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin
--with-tests"
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>"
homepage="http://code.google.com/p/xbps" homepage="http://code.google.com/p/xbps"
license="Simplified BSD" license="Simplified BSD"
checksum=e15ba5839a093ea3d523e9c2dca20446d0db68c64a7901ff7258652579496029 checksum=83a6ab893b309dbbdcb56e0fa8c7dfd426d3e408ccf202d14bba6db1a28b41e0
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
@ -28,3 +29,4 @@ Add_dependency build openssl-devel
Add_dependency build libfetch-devel Add_dependency build libfetch-devel
Add_dependency build libarchive-devel Add_dependency build libarchive-devel
Add_dependency build confuse-devel Add_dependency build confuse-devel
Add_dependency build atf-devel

View File

@ -11,7 +11,7 @@ Add_dependency run xbps-triggers
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove "sbin/*.static" sbin vmove "usr/sbin/*.static" usr/sbin
vmove "usr/lib/*.a" usr/lib vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib vmove usr/lib/pkgconfig usr/lib
} }