mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
discount: update to 3.0.0d
This commit is contained in:
parent
2da5c96238
commit
93b4f72339
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'discount'
|
# Template file for 'discount'
|
||||||
pkgname=discount
|
pkgname=discount
|
||||||
version=2.2.7d
|
version=3.0.0d
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="./configure.sh"
|
configure_script="./configure.sh"
|
||||||
|
@ -10,11 +10,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.pell.portland.or.us/~orc/Code/discount"
|
homepage="http://www.pell.portland.or.us/~orc/Code/discount"
|
||||||
distfiles="https://github.com/Orc/discount/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Orc/discount/archive/v${version}.tar.gz"
|
||||||
checksum=eb9f6629dadddb44c3111267b82e51d5fb8364e228cc3533fe937d8a99e0155b
|
checksum=0ed8cc27ac5d46dc6a8beedd5e5673ac8b466a6474bdb7d35f37c815f670385f
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install install.man
|
make DESTDIR=${DESTDIR} install.everything
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
}
|
}
|
||||||
discount-devel_package() {
|
discount-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue