Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # Description: libpeas is a gobject-based plugins engine
  2. # URL: https://wiki.gnome.org/Libpeas
  3. # Maintainer: Rodolfo Mariotti, rodo.mariotti@gmail.com
  4. # Packager: Rodolfo Mariotti, rodo.mariotti@gmail.com
  5. # Depends on: gtk3, gobject-introspection
  6.  
  7. name=libpeas
  8. version=1.2.0
  9. release=1
  10. source=(http://ftp.acc.umu.se/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
  11.  
  12. build(){
  13. cd $name-$version
  14. ./configure --prefix=/usr --disable-nls
  15. make
  16. make DESTDIR=$PKG install
  17. rm -rf $PKG/usr/info
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement