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