Compare commits

...

No commits in common. "main" and "xe" have entirely different histories.
main ... xe

4 changed files with 37 additions and 3 deletions

14
.SRCINFO Normal file
View file

@ -0,0 +1,14 @@
pkgbase = xe
pkgdesc = a Python library module designed to make it easy to work with XML
pkgver = 0.7.4
pkgrel = 1
url = http://home.avvanta.com/~steveha/pyfeed.html
arch = any
license = BSD
makedepends = python2
depends = python2
source = http://www.blarg.net/~steveha/xe-0.7.4.tar.gz
md5sums = eff507b7a3700c93bd5ba756d4a6f457
pkgname = xe

0
.gitignore vendored Normal file
View file

23
PKGBUILD Normal file
View file

@ -0,0 +1,23 @@
# Maintainer: wido <widomaker2k7@gmail.com>
pkgname=xe
pkgver=0.7.4
pkgrel=1
pkgdesc="a Python library module designed to make it easy to work with XML"
url="http://home.avvanta.com/~steveha/pyfeed.html"
arch=('any')
depends=('python2')
makedepends=('python2')
license=('BSD')
source=(http://www.blarg.net/~steveha/${pkgname}-${pkgver}.tar.gz)
md5sums=('eff507b7a3700c93bd5ba756d4a6f457')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
python2 setup.py build
}
package(){
cd ${srcdir}/${pkgname}-${pkgver}
python2 setup.py install --root=${pkgdir}/
}

View file

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).