summaryrefslogtreecommitdiff
path: root/community/libpanelappletmm/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-04 12:59:20 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-04 12:59:20 +0000
commitab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 (patch)
tree51133f097c3d4ff5f1d830bdbc131118e3cfd0ac /community/libpanelappletmm/PKGBUILD
parent9780d07c31b22125ad7ecba4e281ff41194f95be (diff)
Wed May 4 12:59:20 UTC 2011
Diffstat (limited to 'community/libpanelappletmm/PKGBUILD')
-rw-r--r--community/libpanelappletmm/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/libpanelappletmm/PKGBUILD b/community/libpanelappletmm/PKGBUILD
deleted file mode 100644
index 5d9f5aac3..000000000
--- a/community/libpanelappletmm/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 28934 2010-10-07 19:16:14Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: uastasi <uastasi@archlinux.us>
-pkgname=libpanelappletmm
-pkgver=2.26.0
-pkgrel=3
-pkgdesc="C++ library for creating GNOME panel applets"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org"
-license=('GPL')
-depends=( 'gtkmm' 'gnome-panel-bonobo' 'gconfmm')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7aa569660b7ab36c1d86a7fa0beb7458306678e46bb2b7b1fd782bbcb5eb3852')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/usr/share
- make
- make DESTDIR="${pkgdir}" install
-}