Skip to content

Instantly share code, notes, and snippets.

@gildo
Created June 7, 2012 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gildo/2888511 to your computer and use it in GitHub Desktop.
Save gildo/2888511 to your computer and use it in GitHub Desktop.
pkgname=pango-unstable
_realname=pango
pkgver=1.30.1
pkgrel=1
pkgdesc="A library for layout and rendering of text (new unstable version)"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('glib2-git' 'cairo' 'libxft' 'libthai' 'freetype2')
makedepends=('gobject-introspection' 'libxt' 'gtk-doc')
conflicts=('pango')
provides=("pango=${pkgver}")
options=('!libtool' '!emptydirs')
install=pango.install
source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/1.29/${_realname}-${pkgver}.tar.xz)
url="http://www.pango.org/"
sha256sums=('3a8c061e143c272ddcd5467b3567e970cfbb64d1d1600a8f8e62435556220cbe')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --with-included-modules=basic-fc
make
}
package() {
cd "${srcdir}/${_realname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment