swirc: update to 3.3.7.
This commit is contained in:
parent
cddcb1f93b
commit
eb3be8e145
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'swirc'
|
# Template file for 'swirc'
|
||||||
pkgname=swirc
|
pkgname=swirc
|
||||||
version=3.3.6
|
version=3.3.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="$(vopt_with notify libnotify)"
|
configure_args="$(vopt_with notify libnotify)"
|
||||||
|
make_build_args="PREFIX=/usr"
|
||||||
|
make_check_args="PREFIX=/usr"
|
||||||
make_install_args="PREFIX=/usr"
|
make_install_args="PREFIX=/usr"
|
||||||
hostmakedepends="gettext-devel-tools pkg-config which"
|
hostmakedepends="gettext-devel-tools pkg-config which"
|
||||||
makedepends="gettext-devel libcurl-devel libidn-devel ncurses-devel openssl-devel
|
makedepends="gettext-devel libcurl-devel libidn-devel ncurses-devel openssl-devel
|
||||||
|
@ -15,14 +17,10 @@ license="BSD-3-Clause, ISC, MIT"
|
||||||
homepage="https://www.nifty-networks.net/swirc"
|
homepage="https://www.nifty-networks.net/swirc"
|
||||||
changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
|
||||||
distfiles="https://www.nifty-networks.net/swirc/releases/${pkgname}-${version}.tgz"
|
distfiles="https://www.nifty-networks.net/swirc/releases/${pkgname}-${version}.tgz"
|
||||||
checksum="d37b24bb5ede44e34a1fcbdfe70cbd94b0f2bec5cc69c76ff73554b5544b0418"
|
checksum="c9fcfbec47e2aaebf5a5d714a41eaa8f03b063d172a615b465d5f543020ca9b0"
|
||||||
|
|
||||||
build_options="notify"
|
build_options="notify"
|
||||||
|
build_options_default="notify"
|
||||||
post_extract() {
|
|
||||||
vsed -i "${wrksrc}/src/events/privmsg.cpp" -e "s,/usr/local/share/swirc,/usr/share/swirc,"
|
|
||||||
vsed -i "${wrksrc}/src/main.cpp" -e "s,/usr/local/share/locale,/usr/share/locale,"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
local _file="options.mk"
|
local _file="options.mk"
|
||||||
|
@ -49,5 +47,5 @@ post_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense debian/copyright COPYING
|
vlicense License.rtf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue