mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nickle: update to 2.83.
This commit is contained in:
parent
36f7ce6cc7
commit
252036f4e8
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nickle'
|
# Template file for 'nickle'
|
||||||
pkgname=nickle
|
pkgname=nickle
|
||||||
version=2.82
|
version=2.83
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
|
@ -9,8 +9,13 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nickle.org/"
|
homepage="https://nickle.org/"
|
||||||
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=403f34b397deb0621a06a2a0657a6cb804438272b558eeb3ae362f1cc037c94b
|
checksum=b22bf719b9f2929f79fc931f06153f0a2837466c4aa91758929102f819c9f118
|
||||||
|
|
||||||
|
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