mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Fix install of mrpeeps
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY="Easy to use powerful contact manager for haiku"
|
||||
DESCRIPTION="MrPeeps is an app for managing People files that has more
|
||||
features than other contact managers. For more info read README file"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MrPeeps"
|
||||
SUMMARY="Easy to use powerful contact manager for haiku"
|
||||
DESCRIPTION="MrPeeps is an app for managing People files that has more
|
||||
features than other contact managers. For more info read README file"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MrPeeps"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/MrPeeps#ce2e65"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2003 DarkWyrm"
|
||||
@@ -30,11 +30,12 @@ BUILD()
|
||||
BitmapView.cpp BStringList.cpp DataView.cpp Formatting.cpp \
|
||||
IntroView.cpp ListData.cpp MrPeeps.cpp NewTextControl.cpp \
|
||||
PeepsItem.cpp PeepsWindow.cpp PeopleList.cpp LocaleRoster.cpp \
|
||||
Locale.cpp TextFile.cpp -o ../MrPeeps
|
||||
Locale.cpp TextFile.cpp -o ../MrPeeps
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -f ./MrPeeps $appsDir
|
||||
addAppDeskbarSymlink $appsDir/MrPeeps
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user