summaryrefslogtreecommitdiff
path: root/community/contacts/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-10 15:10:58 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-10 15:10:58 +0100
commit9f050463d1b34e3f36a54aeb9ef65217530f2cd0 (patch)
tree0a4fca87cb224834876e3c5cf79375619bca75a4 /community/contacts/PKGBUILD
parentbf8d5e47ebdb788735d74c8232db8ec4a724a0bb (diff)
Remove packages missing from abs.
Diffstat (limited to 'community/contacts/PKGBUILD')
-rw-r--r--community/contacts/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/contacts/PKGBUILD b/community/contacts/PKGBUILD
deleted file mode 100644
index f0c26da9e..000000000
--- a/community/contacts/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 69724 2012-04-23 09:06:34Z ibiru $
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=contacts
-pkgver=0.12
-pkgrel=6
-pkgdesc="Small, lightweight GTK+ address book app"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://pimlico-project.org/contacts.html"
-license=('GPL')
-depends=('gtk2' 'evolution-data-server' 'desktop-file-utils' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
- 0001-Fix-Makefile-whitespace.patch)
-sha256sums=('0993f34819b92e09ab64e8a90231afc3178a19a4a99cf02c3050f51a44850782'
- 'f6e3879c1aacbb62e481d9c1c33679ae12f986a26a96b112ec4d7f5f3358efbf')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i "$srcdir/0001-Fix-Makefile-whitespace.patch"
-
- autoreconf -fi
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --disable-schemas-install --disable-gnome-vfs \
- --with-gconf-schema-file-dir=/usr/share/gconf/schemas
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}