Advertisement
timcowchip

edelib pkgfile

Dec 17th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # Description: Component construction library for Equinox Desktop Environment
  2. # URL: http://equinox-project.org/
  3. # Packager: Chris Farrell, timcowchip at gmail dot com
  4. # Maintainer: Chris Farrell, timcowchip at gmail dot com
  5. # Depends on: fltk1 dbus-python doxygen libnotify libstdc++5 xorg-libxext xorg-libxpm ftjam
  6.  
  7. name=edelib
  8. version=2.1
  9. release=1
  10.  
  11. source=()
  12.  
  13.  
  14. build() {
  15. svn co http://svn.code.sf.net/p/ede/code/trunk/edelib
  16. cd "$name"
  17. ./autogen.sh
  18. FLTK_CONFIG="/usr/bin/fltk-config"
  19. ./configure --prefix=/usr
  20.  
  21. jam || true
  22.  
  23. install -d "$PKG"/usr/{bin,etc,share}
  24.  
  25. jam DESTDIR="$PKG" install || true
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement