Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a37ddd4e333c8ee62b1a8f3ae3ff458e5d13c5fb
commit a37ddd4e333c8ee62b1a8f3ae3ff458e5d13c5fb Author: Daniel Exner <[email protected]> Date: Sun Jul 1 18:53:32 2012 +0200 pitchbend-0.3.g578e08c-1-x86_64 * new package: pitchbend diff --git a/source/lib-extra/pitchbend/FrugalBuild b/source/lib-extra/pitchbend/FrugalBuild new file mode 100644 index 0000000..f08a8ba --- /dev/null +++ b/source/lib-extra/pitchbend/FrugalBuild @@ -0,0 +1,23 @@ +# Maintainer: DeX77 <[email protected]> +# Compiling Time: 0.14 SBU + +pkgname=pitchbend +pkgver=0.3.g578e08c +pkgrel=1 +pkgdesc="Python module providing pitchbend and echo effect hooks for SDL_mixer." +archs=('i686' 'x86_64') +groups=('lib-extra') +url="http://git.jstump.com/gitweb/pitchbend.git" +depends=('libsndobj' 'sdl_mixer') +_F_scm_type="git" +_F_scm_url="git://git.jstump.com/git/pitchbend.git" +Finclude scm + +build() +{ + Funpack_scm + touch VERSION + unset CFLAGS + Fbuild +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
