Advertisement
timcowchip

mate-sensors-applet Pkgfile

Aug 19th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # Description: Applets for use with the MATE panel
  2. # URL: http://www.mate-desktop.org/
  3. # Maintainer: Chris Kruger, crux-maint at krugerheavyindustries dot com
  4. # Depends on: mate-panel mate-icon-theme polkit libgtop gtksourceview libnotify
  5.  
  6. name=mate-sensors-applet
  7. version=1.8.0
  8. release=1
  9. source=(http://pub.mate-desktop.org/releases/1.8/$name-$version.tar.xz)
  10.  
  11. build() {
  12. cd $name-$version
  13. ./configure --prefix=/usr \
  14. --libexecdir=/usr/lib/$name \
  15. --disable-nls \
  16. --disable-schemas-compile
  17. make
  18. make DESTDIR=$PKG install
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement