summaryrefslogtreecommitdiff
path: root/pcr/vala-010/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-13 18:09:37 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-13 18:09:37 -0500
commit5af4dd72a87bd539d4606ca039b86c2c52aeb53e (patch)
tree56dabe9133d28b709de474eb64fcad4af290866a /pcr/vala-010/PKGBUILD
parent5343bdf4e9cc08365462c6681c7f0cd7aa4ad0a5 (diff)
downloadabslibre-5af4dd72a87bd539d4606ca039b86c2c52aeb53e.tar.gz
abslibre-5af4dd72a87bd539d4606ca039b86c2c52aeb53e.tar.bz2
abslibre-5af4dd72a87bd539d4606ca039b86c2c52aeb53e.zip
Removing vala-010. Use vala instead
Diffstat (limited to 'pcr/vala-010/PKGBUILD')
-rw-r--r--pcr/vala-010/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/pcr/vala-010/PKGBUILD b/pcr/vala-010/PKGBUILD
deleted file mode 100644
index af72d0326..000000000
--- a/pcr/vala-010/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Maintainer (Arch): Alessio Sergi <asergi at archlinux dot us>
-
-pkgname=vala-010
-_pkgname=vala
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Compiler for the GObject type system (0.10 branch)"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://live.gnome.org/Vala"
-license=('LGPL2.1')
-depends=('glib2')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/0.10/${_pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4d23bd8b904ec59537ed5bcf44064104ccc41d639a3386cbc62d91f6bf0301c4')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
-
- ./configure --prefix=/opt/vala-0.10 \
- --enable-vapigen
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- # make it nice
- install -d -m755 ${pkgdir}/usr/bin
- ln -s /opt/vala-0.10/bin/{vala-0.10,valac-0.10,vala-gen-introspect-0.10,vapicheck-0.10,vapigen-0.10} ${pkgdir}/usr/bin/
-}
-