New package: gyp-svn-r1938

This commit is contained in:
Enno Boland 2014-06-13 23:19:41 +02:00
parent 2489646eeb
commit 3370823af8

18
srcpkgs/gyp-svn/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'gyp'
pkgname=gyp-svn
_svnrev=1938
version=r$_svnrev
revision=1
build_style=gnu-configure
build_style="python-module"
python_versions="2.7"
hostmakedepends="python subversion python-setuptools"
short_desc="can generate your projects"
maintainer="Enno Boland <eb@s01.de>"
homepage="https://code.google.com/p/gyp/"
license="BSD"
noarch=yes
do_fetch() {
svn co http://gyp.googlecode.com/svn/trunk $pkgname-$version
}