Advertisement
Guest User

Pkgfile

a guest
Nov 13th, 2013
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Description: gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop.
  2. # URL: http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/
  3. # Maintainer: Rodolfo Mariotti, rodo.mariotti@gmail.com
  4. # Packager: Rodolfo Mariotti, rodo.mariotti@gmail.com
  5. # Depends on: gtk3
  6.  
  7. name=gtksourceview
  8. version=3.8.2
  9. release=1
  10. source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
  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