mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nickle: update to 2.97.
This commit is contained in:
parent
e92d5e81ea
commit
3139f700f8
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nickle'
|
# Template file for 'nickle'
|
||||||
pkgname=nickle
|
pkgname=nickle
|
||||||
version=2.96
|
version=2.97
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
|
@ -10,13 +10,8 @@ license="MIT"
|
||||||
homepage="https://nickle.org/"
|
homepage="https://nickle.org/"
|
||||||
changelog="https://keithp.com/cgit/nickle.git/log/"
|
changelog="https://keithp.com/cgit/nickle.git/log/"
|
||||||
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f5edaba2c169ad4a335b0da241e316f1be40b71ca58302812d9f1ecbc74f5e06
|
checksum=e2d6434d1216aeec552932828f9aed52f326bd12d8e06cae0f0de4a119d40a3f
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \
|
|
||||||
LD="ld" LDFLAGS="$BUILD_LDFLAGS" LIBS="-lm" \
|
|
||||||
-C test math-tables
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/examples
|
vmkdir usr/share/examples
|
||||||
mv ${DESTDIR}/usr/share/nickle/examples ${DESTDIR}/usr/share/examples/nickle
|
mv ${DESTDIR}/usr/share/nickle/examples ${DESTDIR}/usr/share/examples/nickle
|
||||||
|
|
Loading…
Add table
Reference in a new issue