xbps-src-utils: update for latest changes.
This commit is contained in:
parent
5814a3850e
commit
53beea8a67
1 changed files with 3 additions and 10 deletions
|
@ -2,8 +2,10 @@
|
||||||
pkgname=xbps-src-utils
|
pkgname=xbps-src-utils
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
homepage="https://github.com/davehome/xbps-src-utils"
|
homepage="https://github.com/davehome/xbps-src-utils"
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
makedepends="git pkg-config glib-devel libxbps-devel"
|
makedepends="git pkg-config glib-devel libxbps-devel"
|
||||||
revision=2
|
revision=3
|
||||||
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>"
|
||||||
license="Simplified BSD, GPL"
|
license="Simplified BSD, GPL"
|
||||||
|
@ -23,12 +25,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_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vinstall "${wrksrc}/xbps-repo-checkvers" 755 usr/bin
|
|
||||||
vinstall "${wrksrc}/COPYING" 644 usr/share/licenses/${pkgname}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue