summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-27 11:38:18 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-27 11:38:18 -0200
commit7ac0aa3f6c5fb0d7ae83b691b0670ff4dd6601da (patch)
tree0030764dbdde15677c3f0e3014a1ef5f1ffc5839 /pcr
parent9935dcf6515d22513f9168929f483525157a7a5b (diff)
downloadabslibre-7ac0aa3f6c5fb0d7ae83b691b0670ff4dd6601da.tar.gz
abslibre-7ac0aa3f6c5fb0d7ae83b691b0670ff4dd6601da.tar.bz2
abslibre-7ac0aa3f6c5fb0d7ae83b691b0670ff4dd6601da.zip
sword-svn: remove deprecated package from [pcr]
Diffstat (limited to 'pcr')
-rw-r--r--pcr/sword-svn/PKGBUILD39
-rw-r--r--pcr/sword-svn/automake.patch52
2 files changed, 0 insertions, 91 deletions
diff --git a/pcr/sword-svn/PKGBUILD b/pcr/sword-svn/PKGBUILD
deleted file mode 100644
index ca0fbfb2c..000000000
--- a/pcr/sword-svn/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Maintainer (Arch): Stefan Husmann <stefan-husmann@t-online.de>
-pkgname=sword-svn
-pkgver=2793
-pkgrel=1
-pkgdesc="Libraries for Bible programs - svn -version"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.crosswire.org/sword/"
-license=('GPL')
-depends=('curl' 'clucene' 'swig')
-makedepends=('subversion')
-provides=('sword')
-conflicts=('sword')
-source=('sword::svn+https://www.crosswire.org/svn/sword/trunk/' 'automake.patch')
-md5sums=('SKIP' '24a4821088da78725b9374807d0d3508')
-options=('!makeflags')
-_svnmod=sword
-
-pkgver() {
- cd $SRCDEST/${_svnmod}
- svnversion
-}
-
-prepare() {
- cd "$srcdir/$_svnmod"
- patch -p1 < $srcdir/automake.patch
-}
-
-build() {
- cd "$srcdir/$_svnmod"
- ./autogen.sh
- CPPFLAGS+="-fpermissive" ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$_svnmod"
- make DESTDIR="$pkgdir/" install
- make DESTDIR="$pkgdir/" install_config
-}
diff --git a/pcr/sword-svn/automake.patch b/pcr/sword-svn/automake.patch
deleted file mode 100644
index 3cfd5eb44..000000000
--- a/pcr/sword-svn/automake.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -Naur sword.orig/configure.ac sword.new/configure.ac
---- sword.orig/configure.ac 2013-01-13 12:46:13.000000000 +0100
-+++ sword.new/configure.ac 2013-01-13 12:47:34.000000000 +0100
-@@ -13,7 +13,7 @@
- AC_CANONICAL_TARGET
- AM_INIT_AUTOMAKE
-
--AM_CONFIG_HEADER(include/config.h)
-+AC_CONFIG_HEADERS(include/config.h)
-
- AC_CONFIG_MACRO_DIR([m4])
-
-diff -Naur sword.orig/examples/cmdline/Makefile.am sword.new/examples/cmdline/Makefile.am
---- sword.orig/examples/cmdline/Makefile.am 2013-01-13 12:46:13.000000000 +0100
-+++ sword.new/examples/cmdline/Makefile.am 2013-01-13 12:53:55.000000000 +0100
-@@ -1,7 +1,7 @@
- AUTOMAKE_OPTIONS = 1.6
--INCLUDES = -I $(top_srcdir)/include
-+AM_CPPFLAGS = -I $(top_srcdir)/include
- if USE_INTERNAL_REGEX
--INCLUDES += -I$(top_srcdir)/include/internal/regex
-+AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
- endif
- LDADD = $(top_builddir)/lib/libsword.la
-
-diff -Naur sword.orig/tests/Makefile.am sword.new/tests/Makefile.am
---- sword.orig/tests/Makefile.am 2013-01-13 12:46:14.000000000 +0100
-+++ sword.new/tests/Makefile.am 2013-01-13 12:54:33.000000000 +0100
-@@ -1,7 +1,7 @@
- AUTOMAKE_OPTIONS = 1.6
--INCLUDES = -I $(top_srcdir)/include
-+AM_CPPFLAGS = -I $(top_srcdir)/include
- if USE_INTERNAL_REGEX
--INCLUDES += -I$(top_srcdir)/include/internal/regex
-+AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
- endif
- LDADD = $(top_builddir)/lib/libsword.la
-
-diff -Naur sword.orig/utilities/Makefile.am sword.new/utilities/Makefile.am
---- sword.orig/utilities/Makefile.am 2013-01-13 12:46:13.000000000 +0100
-+++ sword.new/utilities/Makefile.am 2013-01-13 12:56:12.000000000 +0100
-@@ -1,8 +1,8 @@
- AUTOMAKE_OPTIONS = 1.6
- SUBDIRS = diatheke
--INCLUDES = -I $(top_srcdir)/include
-+AM_CPPFLAGS = -I $(top_srcdir)/include
- if USE_INTERNAL_REGEX
--INCLUDES += -I$(top_srcdir)/include/internal/regex
-+AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
- endif
- LDADD = $(top_builddir)/lib/libsword.la
- noinst_PROGRAMS = cipherraw lexdump \