HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #713

Ticket #713: quicklaunch-0.9.5.bep

File quicklaunch-0.9.5.bep, 1.2 KB (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="Helps to quickly start any installed application"
2HOMEPAGE="http://haikuware.com/directory/view-details/utilities/desktop-accessories/quicklaunch"
3SRC_URI="http://haikuware.com/directory/download/utilities/desktop-accessories/quicklaunch?chk=6569430ce1d533cc51872623cdcacc27&no_html=1"
4CHECKSUM_MD5="f47b9967969330286a374c90c98ea15d"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8
9BUILD {
10        cd QuickLaunch/source
11        rc -o QuickLaunch.rsrc QuickLaunch.rdef
12        make
13}
14
15INSTALL {
16        cd QuickLaunch/source/objects.x86-gcc`setgcc | tail -c -2`-release
17        mkdir -p $DESTDIR`finddir B_APPS_DIRECTORY`/QuickLaunch
18        mv QuickLaunch $DESTDIR`finddir B_APPS_DIRECTORY`/QuickLaunch
19        cd ../../
20        mv ReadMe $DESTDIR`finddir B_APPS_DIRECTORY`/QuickLaunch
21        chmod +x Add\ to\ Deskbar.sh
22        mv Add\ to\ Deskbar.sh $DESTDIR`finddir B_APPS_DIRECTORY`/QuickLaunch
23        mkdir -p $DESTDIR`finddir B_USER_DESKBAR_DIRECTORY`/Applications
24        ln -sf `finddir B_APPS_DIRECTORY`/QuickLaunch/QuickLaunch $DESTDIR`finddir B_USER_DESKBAR_DIRECTORY`/Applications
25        if ["$DESTDIR" = ""]
26        then
27                cd `finddir B_APPS_DIRECTORY`/QuickLaunch
28                desklink --remove=QuickLaunch
29                desklink "cmd=Remove replicant:desklink --remove=QuickLaunch" QuickLaunch
30        fi
31}
32
33LICENSE="MIT"
34COPYRIGHT="2010 Humdinger"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/