mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed extra/clutter-gst
This commit is contained in:
parent
bbed19227a
commit
f283a78ed8
1 changed files with 0 additions and 36 deletions
|
@ -1,36 +0,0 @@
|
|||
# $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.6.0
|
||||
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')
|
||||
options=('!libtool')
|
||||
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622')
|
||||
|
||||
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