mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added extra/clutter-gst
This commit is contained in:
parent
e1a4036170
commit
0f7c19866c
1 changed files with 36 additions and 0 deletions
36
extra/clutter-gst/PKGBUILD
Normal file
36
extra/clutter-gst/PKGBUILD
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $Id: PKGBUILD 146820 2012-01-18 18:28:11Z ibiru $
|
||||
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - libtoolize
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=clutter-gst
|
||||
pkgver=1.4.6
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer bindings for clutter"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.clutter-project.org/"
|
||||
license=('LGPL')
|
||||
depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
|
||||
makedepends=('gobject-introspection' 'gtk-doc')
|
||||
options=('!libtool')
|
||||
source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('5368ded143b2f73c3128315dab7b45c5dd8d681341cbae8f83664d2f9bbba3c3')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
libtoolize --copy --force
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue