summaryrefslogtreecommitdiff
path: root/gnome-unstable/seed/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/seed/PKGBUILD')
-rw-r--r--gnome-unstable/seed/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnome-unstable/seed/PKGBUILD b/gnome-unstable/seed/PKGBUILD
deleted file mode 100644
index d20ff3499..000000000
--- a/gnome-unstable/seed/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 138418 2011-09-22 08:07:08Z ibiru $
-#Maintainer : Ionut Biru <ibiru@archlinux.org>
-#Contributor: Jan de Groot <jgc@archlinux.org>
-
-pkgname=seed
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Seed/"
-license=('LGPL')
-options=('!libtool')
-depends=('libwebkit3' 'gobject-introspection' 'gnome-js-common')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}