orientdb: remove service/conf; those shouldn't be handled by xbps.
This commit is contained in:
parent
fb2e50a643
commit
48524eb7bf
|
@ -1,3 +0,0 @@
|
||||||
# Set to 'dserver' for distrubuted server
|
|
||||||
DAEMON=server
|
|
||||||
OPTS=""
|
|
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'orientdb'
|
# Template file for 'orientdb'
|
||||||
pkgname=orientdb
|
pkgname=orientdb
|
||||||
version=2.1.4
|
version=2.1.4
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
conf_files="/etc/orientdb/hazelcast.xml"
|
conf_files="/etc/orientdb/hazelcast.xml"
|
||||||
wrksrc="${pkgname}-community-${version}"
|
wrksrc="${pkgname}-community-${version}"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="Distributed Graph Database"
|
short_desc="Distributed Graph Database"
|
||||||
maintainer="bougyman <bougyman@rubyists.com>"
|
maintainer="bougyman <bougyman@rubyists.com>"
|
||||||
license="apache2"
|
license="Apache-2.0"
|
||||||
patch_args="-p1"
|
patch_args="-p1"
|
||||||
homepage="http://orienttechnologies.com"
|
homepage="http://orienttechnologies.com"
|
||||||
distfiles="http://www.orientdb.com/download.php?email=unknown@unknown.com&file=orientdb-community-${version}.tar.gz&os=linux>orientdb-community-${version}.tar.gz"
|
distfiles="http://www.orientdb.com/download.php?email=unknown@unknown.com&file=orientdb-community-${version}.tar.gz&os=linux>orientdb-community-${version}.tar.gz"
|
||||||
checksum=c4ee9e1b93266e1d8f26c700e82b5066a2919d748a9d10f429724c22f670f691
|
checksum=c4ee9e1b93266e1d8f26c700e82b5066a2919d748a9d10f429724c22f670f691
|
||||||
system_accounts="orientdb"
|
system_accounts="orientdb"
|
||||||
conf_files="/etc/orientdb/default-distributed-db-config.json
|
conf_files="/etc/orientdb/default-distributed-db-config.json
|
||||||
/etc/sv/orientdb/conf
|
|
||||||
/etc/sv/orientdb/log/conf
|
/etc/sv/orientdb/log/conf
|
||||||
/etc/orientdb/hazelcast.xml
|
/etc/orientdb/hazelcast.xml
|
||||||
/etc/orientdb/orientdb-client-log.properties
|
/etc/orientdb/orientdb-client-log.properties
|
||||||
|
|
Loading…
Reference in New Issue