Skip to content

Commit

Permalink
archrelease: copy trunk to extra-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@101984 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
jgc committed Dec 3, 2010
1 parent 6c320f5 commit 6fc76bc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gnome-doc-utils/repos/extra-any/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# $Id$
# Maintainer: Jan de Groot <[email protected]>

pkgname=gnome-doc-utils
pkgver=0.20.2
pkgrel=2
pkgdesc="Documentation utilities for Gnome"
arch=('any')
license=('GPL' 'LGPL')
depends=('libxslt>=1.1.26' 'python2' 'docbook-xml' 'rarian>=0.8.1')
makedepends=('pkgconfig' 'intltool')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.20/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('f6c0124f61b9400c63da630dd3a9ac1b738eac0058da245661ff699fad267aca')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
--localstatedir=/var --disable-scrollkeeper
make
}

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}

0 comments on commit 6fc76bc

Please sign in to comment.