updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / gtksourceview2-gas / PKGBUILD
blobf088902d5c17a9aae975efbe4711e9fa0de1e3cf
1 # Maintainer: PirateJonno <jonno dot conder at gmail dot com>
3 pkgname=gtksourceview2-gas
4 pkgver=2.0
5 pkgrel=2
6 pkgdesc='GNU Assembler syntax highlighting for GtkSourceView-based editors'
7 arch=('any')
8 license=('GPL')
9 url='http://www.gnu.org/software/binutils/'
10 depends=('gtksourceview2')
11 optdepends=('binutils: to use the GNU Assembler')
12 source=('gas.lang')
13 md5sums=('03da14b200bf9c11abe2893c8d18a22a')
15 build() {
16         cd "$pkgdir"
17         install -D -m644 "$srcdir/gas.lang" usr/share/gtksourceview-2.0/language-specs/gas.lang