summaryrefslogtreecommitdiff
path: root/community/gmtk/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gmtk/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gmtk/PKGBUILD')
-rw-r--r--community/gmtk/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/gmtk/PKGBUILD b/community/gmtk/PKGBUILD
deleted file mode 100644
index 51869c8d1..000000000
--- a/community/gmtk/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 92205 2013-06-02 18:41:20Z bpiotrowski $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=gmtk
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
-arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
-license=('GPL')
-depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-options=(!libtool)
-source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ee8ab99f3ac2e0071c99a35e4847bba5')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
- ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}