updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / qcad-translations / PKGBUILD
blob6cfc602042a63d350a42be0b992cf95456105f5a
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Your Name <fsmail@kondorgulasch.de>
7 pkgname=qcad-translations
8 pkgver=2
9 pkgrel=1
10 pkgdesc="Translations for QCad extracted from Ubuntus qcad-data package"
11 arch=('any')
12 url="http://www.ribbonsoft.com/qcad.html"
13 license=('GPL')
14 groups=()
15 depends=(qcad)
16 makedepends=()
17 optdepends=()
18 provides=()
19 conflicts=()
20 replaces=()
21 backup=()
22 options=()
23 install=
24 changelog=
25 source=(data.tar.gz)
26 noextract=()
27 md5sums=(5c8e6eaa2617c0df84bba6d7b8bd5f58) #generate with 'makepkg -g'
29 build() {
30   cd "$srcdir/"
34 package() {
35   cd "$srcdir/"
36   cp -R ./usr $pkgdir