From e0e46d07599fd51c27808941639db0a57588464f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 20 Feb 2009 13:02:26 +0000 Subject: core/groff: moved from extra mdadm needs it to build --- core/groff/APKBUILD | 22 ++++++++++++++++++++++ extra/groff/APKBUILD | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 core/groff/APKBUILD delete mode 100644 extra/groff/APKBUILD diff --git a/core/groff/APKBUILD b/core/groff/APKBUILD new file mode 100644 index 0000000000..3777167abd --- /dev/null +++ b/core/groff/APKBUILD @@ -0,0 +1,22 @@ +# Maintainer: Natanael Copa +pkgname=groff +pkgver=1.20.1 +pkgrel=0 +pkgdesc="GNU troff text-formatting system" +url="http://www.gnu.org/software/groff/groff.html" +license="GPL" +depends="uclibc uclibc++" +makedepends="perl texinfo uclibc++-dev" +subpackages="$pkgname-doc" +source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" + +build () { + cd "$srcdir/$pkgname-$pkgver" + + export CXX=g++-uc + ./configure --prefix=/usr --without-x + + make || return 1 + make DESTDIR="$pkgdir" install +} +md5sums="48fa768dd6fdeb7968041dd5ae8e2b02 groff-1.20.1.tar.gz" diff --git a/extra/groff/APKBUILD b/extra/groff/APKBUILD deleted file mode 100644 index 3777167abd..0000000000 --- a/extra/groff/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Maintainer: Natanael Copa -pkgname=groff -pkgver=1.20.1 -pkgrel=0 -pkgdesc="GNU troff text-formatting system" -url="http://www.gnu.org/software/groff/groff.html" -license="GPL" -depends="uclibc uclibc++" -makedepends="perl texinfo uclibc++-dev" -subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" - -build () { - cd "$srcdir/$pkgname-$pkgver" - - export CXX=g++-uc - ./configure --prefix=/usr --without-x - - make || return 1 - make DESTDIR="$pkgdir" install -} -md5sums="48fa768dd6fdeb7968041dd5ae8e2b02 groff-1.20.1.tar.gz" -- cgit v1.2.3