blob: 70f5f4d7e5a76225194d88fc6b60e149158937e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = pure-xml
pkgdesc = A simplified interface to the Gnome libxml2 and libxslt libraries for Pure
pkgver = 0.7
pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
groups = pure-complete
groups = pure-web
license = LGPL3
depends = pure
depends = libxml2
depends = libxslt
source = https://bitbucket.org/purelang/pure-lang/downloads/pure-xml-0.7.tar.gz
md5sums = 245f8c39c2c09da1730f2bb3926d1870
pkgname = pure-xml
|