Prepare Gentoo-chroot release

This commit is contained in:
Dr-Bean
2015-05-04 21:01:04 +02:00
parent 0726293d2b
commit a65c3bd8a3

View File

@ -8,16 +8,16 @@ DEPENDS =
WHEELS = pyextdirect==0.3.1 flask Werkzeug Jinja2 itsdangerous WHEELS = pyextdirect==0.3.1 flask Werkzeug Jinja2 itsdangerous
SPK_DEPENDS = "python>=2.7.6-8" SPK_DEPENDS = "python>=2.7.6-8"
MAINTAINER = "SynoCommunity" MAINTAINER = SynoCommunity
DESCRIPTION = "Gentoo is a free operating system based on either Linux or FreeBSD that can be automatically optimized and customized for just about any application or need. Gentoo Chroot allows you to install the Gentoo OS inside your DiskStation, alongside DSM. This package is intended for advanced users only." DESCRIPTION = Gentoo is a free operating system based on either Linux or FreeBSD that can be automatically optimized and customized for just about any application or need. Gentoo Chroot allows you to install the Gentoo OS inside your DiskStation, alongside DSM. This package is intended for advanced users only.
RELOAD_UI = yes RELOAD_UI = yes
DISPLAY_NAME = "Gentoo Chroot" DISPLAY_NAME = Gentoo Chroot
CHANGELOG = CHANGELOG =
HOMEPAGE = "http://www.gentoo.org/" HOMEPAGE = http://www.gentoo.org/
LICENSE = LICENSE =
HELPURL = "3rdparty/gentoo-chroot/help/enu/index.html" HELPURL = 3rdparty/gentoo-chroot/help/enu/index.html
SUPPORTURL = "http://www.gentoo.org/main/en/support.xml" SUPPORTURL = http://www.gentoo.org/main/en/support.xml
INSTALLER_SCRIPT = src/installer.sh INSTALLER_SCRIPT = src/installer.sh
SSS_SCRIPT = src/dsm-control.sh SSS_SCRIPT = src/dsm-control.sh
@ -30,7 +30,7 @@ POST_STRIP_TARGET = gentoo-chroot_extra_install
GENTOO_ARCH = GENTOO_ARCH =
ifeq ($(findstring $(ARCH),88f6281),$(ARCH)) ifeq ($(findstring $(ARCH),88f6281),$(ARCH))
GENTOO_CPU = arm GENTOO_CPU = arm
GENTOO_ARCH = armv7a GENTOO_ARCH = armv5tel
endif endif
ifeq ($(findstring $(ARCH),armada370 armadaxp armada375 alpine),$(ARCH)) ifeq ($(findstring $(ARCH),armada370 armadaxp armada375 alpine),$(ARCH))
GENTOO_CPU = arm GENTOO_CPU = arm