summaryrefslogtreecommitdiff
path: root/testing/seed/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
commit3be02a9acbeb006d9a9e6136c54d91064cc7d80e (patch)
treeade247e1b6c47fbd7362273f59d3ae4f955587a7 /testing/seed/PKGBUILD
parent40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (diff)
Mon May 2 00:29:22 UTC 2011
Diffstat (limited to 'testing/seed/PKGBUILD')
-rw-r--r--testing/seed/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/seed/PKGBUILD b/testing/seed/PKGBUILD
deleted file mode 100644
index daa22e565..000000000
--- a/testing/seed/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 120380 2011-04-23 09:20:16Z ibiru $
-#Maintainer : Ionut Biru <ibiru@archlinux.org>
-#Contributor: Jan de Groot <jgc@archlinux.org>
-
-pkgname=seed
-pkgver=3.0.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=('mpfr' 'libwebkit3' 'gnome-js-common' 'gobject-introspection')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c7ef8e0c7cfe633c6bf9bfc13ab56458f053dfb12b784c75cc50dfa7cf828be6')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}