sacc: update to 1.02
This commit is contained in:
parent
df4397b278
commit
3a90b55dcc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sacc'
|
# Template file for 'sacc'
|
||||||
pkgname=sacc
|
pkgname=sacc
|
||||||
version=1.01
|
version=1.02
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -9,14 +9,7 @@ maintainer="Quentin Rameau <quinq@fifth.space>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="gopher://gopher.fifth.space/1/scm/sacc"
|
homepage="gopher://gopher.fifth.space/1/scm/sacc"
|
||||||
distfiles="ftp://ftp.bitreich.org/releases/$pkgname/$pkgname-$version.tgz"
|
distfiles="ftp://ftp.bitreich.org/releases/$pkgname/$pkgname-$version.tgz"
|
||||||
checksum=cb5784b2cd69a8a0276901b99a1093ac77fba37c6c2fb5c2935d87c4964925ba
|
checksum=ded9726d51a97724616ebe010c69544cda74af651e6d4d86a7ba4c85b9458eb7
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
if [ -r "$FILESDIR/config.h" ]
|
|
||||||
then
|
|
||||||
cp "$FILESDIR/config.h" .
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue