wok-current rev 25570
created recipe for rubberband-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 13 10:31:53 2023 +0100 (19 months ago) |
parents | 64471e67874e |
children | c45b858c787a |
files | rubberband-dev/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rubberband-dev/receipt Sat May 13 10:31:53 2023 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="rubberband-dev" 1.7 +VERSION="3.0.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Library for audio time-stretching and pitch-shifting - development files." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://www.breakfastquay.com/rubberband/" 1.13 + 1.14 +WANTED="rubberband" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + get_dev_files 1.20 +}