Update package version to 1.24.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: groff
|
name: groff
|
||||||
description: GNU troff text-formatting system
|
description: GNU troff text-formatting system
|
||||||
version: 1.23.0
|
version: 1.24.1
|
||||||
revision: 5
|
revision: 1
|
||||||
url: https://www.gnu.org/software/groff/
|
url: https://www.gnu.org/software/groff/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -21,4 +21,4 @@ downloads:
|
|||||||
- url: https://ftpmirror.gnu.org/gnu/groff/groff-${BPM_PKG_VERSION}.tar.gz
|
- url: https://ftpmirror.gnu.org/gnu/groff/groff-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13
|
checksum: 74e2819795b6aff431aeac983d63a9c8968eeaba2a2eba7df8ba4c7b41e7cfd8
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
PAGE="A4" ./configure --prefix=/usr
|
./configure --prefix=/usr --without-x --without-urw-fonts
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user