einsteinium: remove and rebuild subscriber_example.

This commit is contained in:
Jerome Duval
2017-10-08 14:05:44 +02:00
parent c7a1442097
commit 2e1c509337

View File

@@ -6,9 +6,10 @@ provides customizable ranked lists of applications."
HOMEPAGE="https://perelandra0x309.github.io/einsteinium"
COPYRIGHT="2010-2017 Brian Hill"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/Perelandra0x309/einsteinium/archive/v${portVersion}.tar.gz"
CHECKSUM_SHA256="f7b96445ce7986d53c039e6be07112cdd28117115e433d552bd9d11f339c86d6"
PATCHES="einsteinium-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86_64"
@@ -53,6 +54,9 @@ BUILD()
make bindcatalogs OBJ_DIR=_${f:0:1}objects
popd
done
rm Engine/SubscriberExample/subscriber_example
make -C Engine/SubscriberExample
}
INSTALL()