xbps-src-utils: remove long_desc.
This commit is contained in:
parent
0c64e3bf94
commit
9e058bcc37
1 changed files with 2 additions and 9 deletions
|
@ -1,22 +1,15 @@
|
|||
# Template build file for 'xbps-src-utils'.
|
||||
pkgname=xbps-src-utils
|
||||
version=20140103
|
||||
version=20140214
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --etcdir=/etc"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libxbps-devel>=0.25"
|
||||
makedepends="libxbps-devel"
|
||||
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="https://github.com/davehome/xbps-src-utils"
|
||||
license="GPL-2"
|
||||
long_desc="
|
||||
Various tools for xbps-src in C (like repo-checkvers)
|
||||
|
||||
* The xbps-repo-checkvers program shows which XBPS binary packages need to be
|
||||
rebuilt on your system by comparing the versions of the binary packages which
|
||||
are available in the XBPS repositories registered in your xbps.conf with the
|
||||
latest available versions of them in the source package tree."
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/davehome/xbps-src-utils.git"
|
||||
|
|
Loading…
Reference in a new issue