summaryrefslogtreecommitdiff
path: root/gnome-unstable/pango/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-20 21:35:54 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-20 21:35:54 -0300
commit19d0c098d66c67860d212786491f5285014a9e09 (patch)
treea7bdcaeee20b3fdfd8832c2a93bc749fa96e87f6 /gnome-unstable/pango/PKGBUILD
parent188f3616b7866423727869599710ab44dff19945 (diff)
Removed uneeded files
Diffstat (limited to 'gnome-unstable/pango/PKGBUILD')
-rw-r--r--gnome-unstable/pango/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnome-unstable/pango/PKGBUILD b/gnome-unstable/pango/PKGBUILD
deleted file mode 100644
index 0826ef16b..000000000
--- a/gnome-unstable/pango/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 166307 2012-09-05 21:16:30Z jgc $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=pango
-pkgver=1.31.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/"
-sha256sums=('b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --with-included-modules=basic-fc
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make -j1 DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/etc/pango"
-}