Files
haikuports/haiku-apps/copynametoclipboard/copynametoclipboard-1.0.1.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

43 lines
853 B
Plaintext

SUMMARY="A Tracker add-on to get the path to a file quick and easy"
DESCRIPTION="
This Tracker add-on allows you to get the path to one or more files, \
in different ways:
Holding SHIFT copies just the file name, and holding CTRL \
prints just one file name/path per line.
"
HOMEPAGE="https://github.com/HaikuArchives/CopyNameToClipboard"
SRC_URI="git://github.com/HaikuArchives/CopyNameToClipboard#1da1d52429db53f15c3debf817e982d9ce6346b4"
REVISION="2"
LICENSE="MIT"
COPYRIGHT="
2000 Werner Freytag
2012 Humdinger
"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
copynametoclipboard = $portVersion
app:CopyNameToClipboard = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
makefile_engine
cmd:mkdepend
cmd:gcc
"
BUILD_REQUIRES="
haiku_devel
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
make install INSTALL_DIR=$addOnsDir/Tracker
}