diff options
Diffstat (limited to 'community/buoh/PKGBUILD')
-rw-r--r-- | community/buoh/PKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/community/buoh/PKGBUILD b/community/buoh/PKGBUILD deleted file mode 100644 index 0d0ba0118..000000000 --- a/community/buoh/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 70031 2012-04-28 12:10:05Z bgyorgy $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Eric Belanger <eric@archlinux.org> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=buoh -pkgver=0.8.2 -pkgrel=6 -pkgdesc="Reader for online strips comics" -arch=('i686' 'x86_64') -url="http://buoh.steve-o.org/" -license=('GPL') -depends=('gtk2' 'libsoup>=2.4.0' 'gconf' 'hicolor-icon-theme') -makedepends=('intltool') -options=('!emptydirs') -install=buoh.install -source=("http://buoh.steve-o.org/downloads/$pkgname-$pkgver.tar.bz2" - buoh-libsoup24.patch) -md5sums=('50474a8712ad20ab36d8f8058a4647fb' - 'c44f0e1828492a5d7d8efee764558fb4') -sha1sums=('29d702b485a901868f65116e753cb515b3e2a2c5' - '012badf13e33818268b744e106bdcccfd8fc66ed') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - patch -p1 < ../buoh-libsoup24.patch - autoconf - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-schemas-install \ - --with-gconf-schema-file-dir=/usr/share/gconf/schemas --without-libgnomeui - make AM_CFLAGS=-lxml2 -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} |