mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 04:04:37 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
38e7610998
@ -5,25 +5,33 @@
|
|||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=vala
|
pkgname=vala
|
||||||
pkgver=0.12.1
|
pkgver=0.15.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Compiler for the GObject type system"
|
pkgdesc="Compiler for the GObject type system."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://live.gnome.org/Vala"
|
url="http://live.gnome.org/Vala"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('glib2')
|
depends=('glib2')
|
||||||
makedepends=('libxslt')
|
makedepends=('libxslt')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.xz)
|
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha256sums=('f102bb64549ebe88955bb9fa0f502d974413aec71fec88e3544c65adfeb0afb4')
|
sha256sums=('828f7341a3c4fc14b6d0f5a14ce3bdf4c40f5eae3e7ccf11c2b49061df9d2e23')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
./configure --prefix=/usr --enable-vapigen
|
|
||||||
make
|
# No, please DON'T mark this as a development version only because Git tells you so;
|
||||||
|
# Git is only watching my chroot status, not Vala's repository directory...
|
||||||
|
sed -i 's#v="\$v-dirty" ;;$#;;#g' build-aux/git-version-gen
|
||||||
|
|
||||||
|
./configure --prefix=/usr --enable-vapigen
|
||||||
|
|
||||||
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
||||||
|
Loading…
Reference in New Issue
Block a user