summaryrefslogtreecommitdiff
path: root/community/gsimplecal
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gsimplecal
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gsimplecal')
-rw-r--r--community/gsimplecal/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/gsimplecal/PKGBUILD b/community/gsimplecal/PKGBUILD
deleted file mode 100644
index d469f7621..000000000
--- a/community/gsimplecal/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 76303 2012-09-15 15:56:51Z jsteel $
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
-# Contributor: Victor Feight <vrfeight3 at gmail dot com>
-
-pkgname=gsimplecal
-pkgver=1.6
-pkgrel=1
-pkgdesc="Simple and lightweight GTK calendar"
-arch=('i686' 'x86_64')
-url="http://dmedvinsky.github.com/$pkgname"
-license=('BSD')
-depends=('gtk2')
-source=(https://github.com/downloads/dmedvinsky/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('05a596de37491e52b646a0c71ec14841')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}