From ee68303ffcc2ee6cd02a378398e384a569f4d55b Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 28 Oct 2016 01:51:53 -0400 Subject: [PATCH] Updated github repo name in serviceswatcher-1.0.recipe and added (#844) serviceswatcher-1.0.1-recipe --- .../serviceswatcher-1.0.1.recipe | 53 +++++++++++++++++++ .../serviceswatcher-1.0.recipe | 8 +-- 2 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 haiku-apps/serviceswatcher/serviceswatcher-1.0.1.recipe diff --git a/haiku-apps/serviceswatcher/serviceswatcher-1.0.1.recipe b/haiku-apps/serviceswatcher/serviceswatcher-1.0.1.recipe new file mode 100644 index 000000000..55e726f09 --- /dev/null +++ b/haiku-apps/serviceswatcher/serviceswatcher-1.0.1.recipe @@ -0,0 +1,53 @@ +SUMMARY="Monitor the status of the system servers, Deskbar and Tracker" +DESCRIPTION="Services Watcher is an application which will monitor the \ +status of the system servers, Deskbar and Tracker. The running status of \ +these services will automatically update as any of them quit or start. You \ +may manually start, stop and restart these services on demand." +HOMEPAGE="https://perelandra0x309.github.io/serviceswatcher" +COPYRIGHT="2010-2016 Brian Hill" +LICENSE="BSD (3-clause)" +REVISION="1" +SOURCE_URI="https://github.com/Perelandra0x309/serviceswatcher/archive/v${portVersion}.tar.gz" +CHECKSUM_SHA256="386f1bc60f7b4c6b2960142d7b23f3040c150dbff65dcc358211724eb5741c7d" +SOURCE_DIR="serviceswatcher-${portVersion}" + +ARCHITECTURES="x86_gcc2 !x86" + +PROVIDES=" + serviceswatcher = $portVersion + app:ServicesWatcher = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:g++ + cmd:make + " + +USER_SETTINGS_FILES="settings/ServicesWatcher_settings" + +BUILD() +{ + true +} + +INSTALL() +{ + mkdir -p $appsDir + mkdir -p $docDir + + # copy documentation + cp -af ReadMe License $docDir + + # copy executable + cp -af ServicesWatcher $appsDir + + # deskbar link + addAppDeskbarSymlink $appsDir/ServicesWatcher +} \ No newline at end of file diff --git a/haiku-apps/serviceswatcher/serviceswatcher-1.0.recipe b/haiku-apps/serviceswatcher/serviceswatcher-1.0.recipe index 614bec7af..1351282c4 100644 --- a/haiku-apps/serviceswatcher/serviceswatcher-1.0.recipe +++ b/haiku-apps/serviceswatcher/serviceswatcher-1.0.recipe @@ -3,13 +3,13 @@ DESCRIPTION="Services Watcher is an application which will monitor the \ status of the system servers, Deskbar and Tracker. The running status of \ these services will automatically update as any of them quit or start. You \ may manually start, stop and restart these services on demand." -HOMEPAGE="https://github.com/Perelandra0x309/services-watcher" +HOMEPAGE="https://Perelandra0x309.github.io/serviceswatcher" COPYRIGHT="2010-2016 Brian Hill" LICENSE="BSD (3-clause)" REVISION="1" -SOURCE_URI="https://github.com/Perelandra0x309/services-watcher/archive/${portVersion}_source.tar.gz" -CHECKSUM_SHA256="d624c65ae4c55447a4778366e6a9267fe2c44eceec2834081e28104be0827a0b" -SOURCE_DIR="services-watcher-${portVersion}_source" +SOURCE_URI="https://github.com/Perelandra0x309/serviceswatcher/archive/${portVersion}_source.tar.gz" +CHECKSUM_SHA256="419b318c5ce8848ba148a3dd45a11533a3195fb40410ab15080df4c6abd2b8a3" +SOURCE_DIR="serviceswatcher-${portVersion}_source" ARCHITECTURES="x86_gcc2 !x86"