diff options
Diffstat (limited to 'social/python2-polib/PKGBUILD')
-rw-r--r-- | social/python2-polib/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/social/python2-polib/PKGBUILD b/social/python2-polib/PKGBUILD deleted file mode 100644 index fc346ec97..000000000 --- a/social/python2-polib/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Esteban V. Carnevale <evcarnevale@gmail.com> - -pkgname=python2-polib -_pkgname='polib' -pkgver=0.7.0 -pkgrel=1 -pkgdesc='A library to manipulate gettext files' -url='http://polib.readthedocs.org/en/latest/index.html' -arch=('any') -license=('MIT') -depends=('python2') - -source=("https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz") -md5sums=('958f8f81ade7d2484edc25b3989fe247') - -build() { - cd "${srcdir}/${_pkgname}-${pkgver}" - python2 setup.py build -} - -package() { - cd "${srcdir}/${_pkgname}-${pkgver}" - python2 setup.py install --root="${pkgdir}" --optimize=1 - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} |