mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
xbps-src-utils: bump version and switch to configure build_style.
This commit is contained in:
parent
d9d84615fc
commit
feee4a6c54
1 changed files with 4 additions and 14 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template build file for 'xbps-src-utils'.
|
# Template build file for 'xbps-src-utils'.
|
||||||
pkgname=xbps-src-utils
|
pkgname=xbps-src-utils
|
||||||
version=20131027
|
version=20140103
|
||||||
revision=1
|
revision=1
|
||||||
homepage="https://github.com/davehome/xbps-src-utils"
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr --etcdir=/etc"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libxbps-devel>=0.25"
|
makedepends="libxbps-devel>=0.25"
|
||||||
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
homepage="https://github.com/davehome/xbps-src-utils"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
long_desc="
|
long_desc="
|
||||||
Various tools for xbps-src in C (like repo-checkvers)
|
Various tools for xbps-src in C (like repo-checkvers)
|
||||||
|
@ -21,15 +23,3 @@ do_fetch() {
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
./configure --prefix=/usr --etcdir=/etc
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make DESTDIR=${DESTDIR} install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue