Update SRC_URI to latest commit. Add 2nd architecture.

This commit is contained in:
Humdinger
2014-10-30 17:50:04 +01:00
parent df90ac14e6
commit 72dc14c03c

View File

@@ -2,19 +2,20 @@ 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 control \
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.git#d0d1c757a156981232aec44e0f88a2f35cfe0b96"
REVISION="1"
SRC_URI="git://github.com/HaikuArchives/CopyNameToClipboard#1da1d52429db53f15c3debf817e982d9ce6346b4"
REVISION="2"
LICENSE="MIT"
COPYRIGHT="
2000 Werner Freytag
2012 Humdinger
"
ARCHITECTURES="x86_gcc2"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
copynametoclipboard = $portVersion
@@ -26,21 +27,19 @@ REQUIRES="
BUILD_PREREQUIRES="
makefile_engine
cmd:mkdepend
cmd:g++
cmd:xres
cmd:gcc$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
BUILD()
{
cd trunk
make
make $jobArgs
}
INSTALL()
{
cd trunk
make install INSTALL_DIR=$addOnsDir/Tracker
make $jobArgs install INSTALL_DIR=$addOnsDir/Tracker
}