diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-25 23:30:39 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-25 23:30:39 -0400 |
commit | 1785d3800f805be0074e735ec3c4b42a1cea70f0 (patch) | |
tree | ef6efaf7578cf6bae19f92b4e4934ddf3428c0a4 /libre/python2-jsmin | |
parent | 200076f2bb86ebe7a541a71946d7723d52f10292 (diff) | |
download | abslibre-1785d3800f805be0074e735ec3c4b42a1cea70f0.tar.gz abslibre-1785d3800f805be0074e735ec3c4b42a1cea70f0.tar.bz2 abslibre-1785d3800f805be0074e735ec3c4b42a1cea70f0.zip |
Update libre/parabolaweb-utils and dependencies
Diffstat (limited to 'libre/python2-jsmin')
-rw-r--r-- | libre/python2-jsmin/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libre/python2-jsmin/PKGBUILD b/libre/python2-jsmin/PKGBUILD deleted file mode 100644 index 00c158324..000000000 --- a/libre/python2-jsmin/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> - -_pkgname=jsmin -pkgname=python2-jsmin -pkgver=2.0.8 -pkgdesc="JavaScript minifier" -url="https://bitbucket.org/dcs/jsmin" -license=('MIT') - -pkgrel=1 -arch=('any') -depends=('python2') -makedepends=('python2-distribute') -source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) - -build() { - cd "$srcdir/$_pkgname-$pkgver" - sed -rn 's/^#\s?//p' jsmin/__init__.py > license.txt -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -md5sums=('d830a979d63bfa0bc23e11fdbc816e7d') |