summaryrefslogtreecommitdiff
path: root/libre/texinfo-static
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-23 16:40:40 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-23 16:41:32 -0300
commitce11fd60dd39d4288dedededaf47cf4e8a7e7dce (patch)
treee0c37c8d4df843d4590137a042632ad4d4c40e07 /libre/texinfo-static
parente8422fe1669fa89d03034f9935f388145710ffaa (diff)
remove unused static packages
Diffstat (limited to 'libre/texinfo-static')
-rw-r--r--libre/texinfo-static/PKGBUILD42
-rw-r--r--libre/texinfo-static/texinfo-6.0-disable-failing-info-test.patch11
2 files changed, 0 insertions, 53 deletions
diff --git a/libre/texinfo-static/PKGBUILD b/libre/texinfo-static/PKGBUILD
deleted file mode 100644
index 2f57d4ce9..000000000
--- a/libre/texinfo-static/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-# based of texinfo
-
-_pkgname=texinfo
-pkgname=texinfo-static
-pkgver=6.1
-pkgrel=1
-pkgdesc='GNU documentation system for on-line information and printed output (static libraries only)'
-arch=('i686' 'x86_64' 'armv7h')
-url='http://www.gnu.org/software/texinfo/'
-license=('GPL3')
-depends=('ncurses-static' 'perl-static' 'texinfo')
-options=('staticlibs')
-source=(ftp://ftp.gnu.org/pub/gnu/$_pkgname/$_pkgname-$pkgver.tar.xz{,.sig}
- texinfo-6.0-disable-failing-info-test.patch)
-md5sums=('1d7ec1888fae00730693597852b00cde'
- 'SKIP'
- '8bfaa21315a8a6184811de8478005d22')
-validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
-
-prepare() {
- cd $_pkgname-$pkgver
- patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
-}
-
-build() {
- cd $_pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-check() {
- make -C $_pkgname-$pkgver check
-}
-
-package() {
- make -C $_pkgname-$pkgver DESTDIR="$pkgdir" install
-
- # remove conflicting files
- rm -vr ${pkgdir}/usr/{bin,share}
- rm -v ${pkgdir}/usr/lib/$_pkgname/*.so
-}
diff --git a/libre/texinfo-static/texinfo-6.0-disable-failing-info-test.patch b/libre/texinfo-static/texinfo-6.0-disable-failing-info-test.patch
deleted file mode 100644
index 436354f41..000000000
--- a/libre/texinfo-static/texinfo-6.0-disable-failing-info-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
---- texinfo-6.0/info/Makefile.in.orig 2015-07-14 13:17:44.298882856 +0200
-+++ texinfo-6.0/info/Makefile.in 2015-07-14 13:18:13.082004108 +0200
-@@ -1695,7 +1695,6 @@ TESTS = \
- t/end-of-line.sh \
- t/goal-column.sh \
- t/star-note-non-whitespace.sh \
-- t/c-u-m-x-scroll-forward.sh \
- t/last-no-history.sh \
- t/split-footnotes.sh \
- t/window-split-dir.sh \