Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # Maintainer: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
  2. pkgname=gedit-code-assistance
  3. pkgver=0.1.3
  4. pkgrel=1
  5. pkgdesc="gedit code assistance plugin"
  6. arch=('i686' 'x86_64')
  7. url="http://git.gnome.org/browse/gedit-code-assistance"
  8. license=('GPL')
  9. depends=('gedit' 'clang' 'glib2' 'libgee')
  10. makedepends=('git' 'vala')
  11.  
  12. source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz)
  13. md5sums=('0be1f0fb3b69cb0d9af5472975a40ecb')
  14.  
  15. build() {
  16. cd $srcdir/$pkgname-$pkgver
  17. ./configure --prefix=/usr
  18. make
  19. make DESTDIR=$pkgdir install
  20. }
  21.  
  22. # vim:set ts=2 sw=2 et:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement