summaryrefslogtreecommitdiff
path: root/gnome-unstable/mash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/mash/PKGBUILD')
-rw-r--r--gnome-unstable/mash/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnome-unstable/mash/PKGBUILD b/gnome-unstable/mash/PKGBUILD
deleted file mode 100644
index 354d50de8..000000000
--- a/gnome-unstable/mash/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 138299 2011-09-19 21:50:38Z ibiru $
-# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
-
-pkgname=mash
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="A small library for using 3D models within a Clutter scene"
-arch=('i686' 'x86_64')
-url="http://clutter-project.org/"
-options=('!libtool')
-license=('LGPL')
-depends=('clutter')
-makedepends=('gtk-doc' 'gobject-introspection')
-source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}