diff options
Diffstat (limited to 'aur/python-wpull')
| -rw-r--r-- | aur/python-wpull/.SRCINFO | 14 | ||||
| -rw-r--r-- | aur/python-wpull/PKGBUILD | 20 |
2 files changed, 34 insertions, 0 deletions
diff --git a/aur/python-wpull/.SRCINFO b/aur/python-wpull/.SRCINFO new file mode 100644 index 0000000..e8db57c --- /dev/null +++ b/aur/python-wpull/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = python-wpull + pkgdesc = Wget-compatible web downloader and crawler + pkgver = 1.2.1 + pkgrel = 1 + url = https://github.com/chfoo/wpull + arch = any + license = GPL + makedepends = python-setuptools + depends = python + source = http://pypi.python.org/packages/source/w/wpull/wpull-1.2.1.tar.gz + sha256sums = c2491df6dd51548e598f4551032f5c8fde57006fed035832cdf9a19e732d2a9c + +pkgname = python-wpull + diff --git a/aur/python-wpull/PKGBUILD b/aur/python-wpull/PKGBUILD new file mode 100644 index 0000000..9e72811 --- /dev/null +++ b/aur/python-wpull/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F + +pkgname=python-wpull +pkgver=1.2.1 +pkgrel=1 +pkgdesc="Wget-compatible web downloader and crawler" +arch=('any') +url="https://github.com/chfoo/wpull" +license=(GPL) +depends=('python') +makedepends=('python-setuptools') +source=("http://pypi.python.org/packages/source/w/wpull/wpull-${pkgver}.tar.gz") +sha256sums=('c2491df6dd51548e598f4551032f5c8fde57006fed035832cdf9a19e732d2a9c') + +package() { + cd "${srcdir}/wpull-${pkgver}" + python setup.py install --prefix=/usr --root="$pkgdir/" +} + +# vim:set ts=2 sw=2 et: |
