sic: update to 1.3.
This commit is contained in:
parent
eaec2b38e9
commit
ccbfae40f5
|
@ -1,24 +1,16 @@
|
||||||
# Template file for 'sic'
|
# Template file for 'sic'
|
||||||
pkgname=sic
|
pkgname=sic
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="INCS=-I. LIBS="
|
|
||||||
short_desc="Simple irc client"
|
short_desc="Simple irc client"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://tools.suckless.org/${pkgname}"
|
homepage="https://tools.suckless.org/sic/"
|
||||||
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
|
distfiles="https://dl.suckless.org/tools/sic-${version}.tar.gz"
|
||||||
checksum=ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185
|
checksum=30478fab3ebc75f2eb5d08cbb5b2fedcaf489116e75a2dd7197e3e9c733d65d2
|
||||||
replaces="sic-git>=0"
|
replaces="sic-git>=0"
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i '10i #include <sys/select.h>' sic.c
|
|
||||||
sed -i 's|^CPPFLAGS *=|override CPPFLAGS +=|g' config.mk
|
|
||||||
sed -i 's|^CFLAGS *=|override CFLAGS +=|g' config.mk
|
|
||||||
sed -i 's|^LDFLAGS *=|override LDFLAGS +=|g' config.mk
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc README
|
vdoc README
|
||||||
|
|
Loading…
Reference in New Issue