Date: Thursday, October 1, 2015 @ 11:05:07 Author: fyan Revision: 142288
addpkg: python-deepin-storm 0.3.20140625-1 Added: python-deepin-storm/ python-deepin-storm/repos/ python-deepin-storm/trunk/ python-deepin-storm/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: python-deepin-storm/trunk/PKGBUILD =================================================================== --- python-deepin-storm/trunk/PKGBUILD (rev 0) +++ python-deepin-storm/trunk/PKGBUILD 2015-10-01 09:05:07 UTC (rev 142288) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> + +pkgbase=python-deepin-storm +pkgname=python2-deepin-storm +pkgver=0.3.20140625 +_commit=e6fe6aab1cadca5ed2ed6f086fb2db9699e00416 +pkgrel=1 +pkgdesc="A download library and powerful download manager" +arch=('any') +url=("https://github.com/linuxdeepin/deepin-storm") +license=('GPL') +depends=('python2') +makedepends=('git') +source=("git+https://github.com/linuxdeepin/deepin-storm.git#commit=$_commit") +md5sums=('SKIP') + +build() { + cd deepin-storm + python2 setup.py build +} + +package_python2-deepin-storm() { + cd deepin-storm + python2 setup.py install -O1 --root="${pkgdir}" +} + +# vim:set ts=2 sw=2 et: Property changes on: python-deepin-storm/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
