netbsd-wtf: bump version (two new acronyms).

This commit is contained in:
Juan RP 2013-11-25 18:07:14 +01:00
parent 98903b086a
commit b1a890b85c

View file

@ -1,11 +1,11 @@
# Template file for 'netbsd-wtf' # Template file for 'netbsd-wtf'
pkgname=netbsd-wtf pkgname=netbsd-wtf
version=20130311 version=20131125
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="DATADIR=/usr/share" make_build_args="DATADIR=/usr/share"
make_install_args="PREFIX=/usr DATADIR=/usr/share" make_install_args="PREFIX=/usr DATADIR=/usr/share"
short_desc="NetBSD's wtf(6) adapted for Void Linux" short_desc="The NetBSD's wtf(6) utility"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain" license="Public domain"
homepage="http://www.NetBSD.org" homepage="http://www.NetBSD.org"
@ -14,7 +14,6 @@ long_desc="
The wtf utility displays the expansion of the acronyms specified on the The wtf utility displays the expansion of the acronyms specified on the
command line. If the acronym is not in any of the acronyms databases." command line. If the acronym is not in any of the acronyms databases."
do_fetch() { do_fetch() {
local url="git://github.com/voidlinux/netbsd-wtf" local url="git://github.com/voidlinux/netbsd-wtf"
msg_normal " Fetching source from $url ...\n" msg_normal " Fetching source from $url ...\n"
@ -24,6 +23,6 @@ do_fetch() {
netbsd-wtf_package() { netbsd-wtf_package() {
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }