groff: remove unused deps, bumprev.
This commit is contained in:
parent
784705e42c
commit
9ed6d30e4c
1 changed files with 4 additions and 6 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'groff'
|
# Template file for 'groff'
|
||||||
pkgname=groff
|
pkgname=groff
|
||||||
version=1.21
|
version=1.21
|
||||||
|
homepage="http://www.gnu.org/software/groff/groff.html"
|
||||||
distfiles="http://ftp.gnu.org/gnu/groff/groff-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/groff/groff-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-x"
|
configure_args="--without-x"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="The GNU troff text-formatting system"
|
short_desc="The GNU troff text-formatting system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
checksum=344e6af5480e7ab4ec51e2a2ed10acd69ba3e062d285b6d5f6d49fb5ed2f9f7a
|
checksum=344e6af5480e7ab4ec51e2a2ed10acd69ba3e062d285b6d5f6d49fb5ed2f9f7a
|
||||||
long_desc="
|
long_desc="
|
||||||
The Groff package contains the traditional UN*X text formatting tools troff,
|
The Groff package contains the traditional UN*X text formatting tools troff,
|
||||||
|
@ -19,14 +21,10 @@ long_desc="
|
||||||
|
|
||||||
subpackages="groff-doc"
|
subpackages="groff-doc"
|
||||||
|
|
||||||
Add_dependency run zlib
|
|
||||||
Add_dependency build bison
|
Add_dependency build bison
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency full bash
|
|
||||||
Add_dependency full sed
|
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
# Remove unused stuff.
|
# Remove unused stuff.
|
||||||
rm -rf ${DESTDIR}/usr/lib
|
rm -rf ${DESTDIR}/usr/lib
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue