summaryrefslogtreecommitdiff
path: root/pcr/libwww-hg/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 18:18:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 18:18:39 -0500
commit99875589a0957fa3368755c8ebb6e0c389bddf40 (patch)
treecdf7e3c79ee3f26023bfb1cb19a9e865b52b2c44 /pcr/libwww-hg/PKGBUILD
parente6e85d8bc5d91057d8f14ba19ce86f9b82c7a157 (diff)
downloadabslibre-99875589a0957fa3368755c8ebb6e0c389bddf40.tar.gz
abslibre-99875589a0957fa3368755c8ebb6e0c389bddf40.tar.bz2
abslibre-99875589a0957fa3368755c8ebb6e0c389bddf40.zip
Removing libwww-hg
Diffstat (limited to 'pcr/libwww-hg/PKGBUILD')
-rw-r--r--pcr/libwww-hg/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/pcr/libwww-hg/PKGBUILD b/pcr/libwww-hg/PKGBUILD
deleted file mode 100644
index 8cdac2e78..000000000
--- a/pcr/libwww-hg/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jorge Araya Navarro <jorgean@lavabit.com>
-# Maintainer (Archlinux): Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor (Arch): Buharev Vasilij <buharev.v.p@gmail.com>
-
-pkgname=libwww-hg
-pkgver=20130730
-_changeset=facbea79943a
-pkgrel=11
-pkgdesc="A general-purpose client side WEB API"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://hg.kervala.net/packaging/"
-license=('W3C')
-depends=()
-conflicts=("libwww")
-provides=("libwww")
-makedepends=('gcc' 'pkgconfig' 'perl' 'zlib')
-options=('!libtool')
-source=("http://hg.kervala.net/packaging/archive/${_changeset}.tar.gz")
-sha256sums=('26adbb77c4ecb3df3a074597a8dfc45b7215879fbc0447cb086199c17ae8ba8d')
-
-
-build() {
- cd "$srcdir/packaging-${_changeset}/libwww"
- ./autogen.sh
- ./configure --prefix=/usr/ \
- --with-ssl=no --with-zlib --with-expat --with-gnu-ld \
- --enable-shared --enable-static
- #sed -i 's#Examples##' Library/Makefile
- make
-}
-
-package() {
- cd "$srcdir/packaging-${_changeset}/libwww"
- make DESTDIR="$pkgdir" install
-}