updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hydrogen-drumkits / PKGBUILD
bloba8caf4810330f036ed5a8fe3a08249b7ef5be4c8
1 # Maintainer: Daniele Paolella <danielepaolella@email.it>
2 pkgname=hydrogen-drumkits
3 pkgver=20100812
4 pkgrel=1
5 pkgdesc="Hydrogen drum kits"
6 arch=(any)
7 url="http://www.hydrogen-music.org/hcms/node/16"
8 license=('GPL2')
9 depends=(hydrogen)
10 _sourcebase=http://downloads.sourceforge.net/project/hydrogen/Sound%20Libraries/Main%20sound%20libraries
11 source=(
12     $_sourcebase/VariBreaks.h2drumkit
13     $_sourcebase/3355606kit.h2drumkit
14     $_sourcebase/HipHop-1.h2drumkit
15     $_sourcebase/HipHop-2.h2drumkit
16     $_sourcebase/Synthie-1.h2drumkit
17     $_sourcebase/TD-7kit.h2drumkit
18     $_sourcebase/Techno-1.h2drumkit
19     $_sourcebase/TR808909.h2drumkit
20     $_sourcebase/Boss_DR-110.h2drumkit
21     $_sourcebase/ErnysPercussion.h2drumkit
22     $_sourcebase/ColomboAcousticDrumkit.h2drumkit
23     $_sourcebase/YamahaVintageKit.h2drumkit
24     $_sourcebase/EasternHop-1.h2drumkit
25     $_sourcebase/K-27_Trash_Kit.h2drumkit
26     $_sourcebase/Classic-808.h2drumkit
27     $_sourcebase/Classic-626.h2drumkit
28     $_sourcebase/ElectricEmpireKit.h2drumkit
29     $_sourcebase/HardElectro1.h2drumkit
30     $_sourcebase/Millo-Drums_v.1.h2drumkit
31     $_sourcebase/Millo_MultiLayered2.h2drumkit
32     $_sourcebase/Millo_MultiLayered3.h2drumkit
33     $_sourcebase/deathmetal-drumkit.h2drumkit
34     $_sourcebase/BJA_Pacific.h2drumkit
35     $_sourcebase/circAfrique.h2drumkit
37 md5sums=('a9c305829cd23c28ffd1647cb5c0bdfd'
38          '5dad41a4f0fb5a9fda0af98b9f553060'
39          '7f52d6ac56a31f5b618657d40d4eb86e'
40          '217f38ebf2849b20ff3a5dca1994be08'
41          '33f02627ac1489e4ab52c5f078c538b9'
42          '635274624e0a739c51b70f72a58cfcec'
43          'f91912fc88361dd8954c11f2e602aa25'
44          '1db9cce82fbdaebac1ab4608be5853ea'
45          'fb8ca90e4aa054a24fb07aa768b54d18'
46          '0e96f5971d5db887a186d5739c12ab77'
47          'cb11827e185ab5a6906967901495884b'
48          '8f63997dd789179fa009f84cc515fb3e'
49          '8750fcbe186e49a89bc18a9237ee6604'
50          'f445c60d4625a6bfe6bb9dbac1ac0aa7'
51          'c08d5093fc28a30a7542f0c89493e807'
52          '86dbdb8d2f9b12690e92211d36c6fe7d'
53          'df1bd778148cc25d8f63a8cc7aa91fcb'
54          'f953edf3f4227d786df59b544370e379'
55          '4c895d59c3bc5f3322d14789de345be2'
56          '2da5b8ee87bce3e67464c61ba0b722dd'
57          '79ca7360784ec72959aa07c3c584d76c'
58          '0465025dcf6659657b773874d168c27b'
59          'cde7a74a06edde3b5f85435c29909891'
60          'e9d8604d2089abc764e54d1f209900b7')
62 build() {
63   mkdir -p "$pkgdir/usr/share/hydrogen/data/drumkits"
64   find "$srcdir" -mindepth 1 -maxdepth 1 -type d -exec \
65     cp -r '{}' "$pkgdir/usr/share/hydrogen/data/drumkits" \;
66   chmod 755 "$pkgdir"/usr/share/hydrogen/data/drumkits/*
67   rm "$pkgdir"/usr/share/hydrogen/data/drumkits/*/LICENCE
70 # vim:set ts=2 sw=2 et: