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 13c99f00d..000000000
--- a/gnome-unstable/mash/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 154821 2012-03-30 19:08:27Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-
-pkgname=mash
-pkgver=0.2.0
-pkgrel=1
-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.xz)
-sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}