mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:29:41 +02:00
sound now works in freedroid, but only after enabling swap (takes quite
some RAM)
This commit is contained in:
parent
ad78aa7cc9
commit
1ad8df09be
@ -12,6 +12,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.sourceforge.net/project/freedroid/freedroidClassic/FreedroidClassic-1.0.2/
|
PKG_SOURCE_URL:=http://downloads.sourceforge.net/project/freedroid/freedroidClassic/FreedroidClassic-1.0.2/
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
PKG_MD5SUM:=585a65f61c2cd308ab45d5c514f695dc
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/freedroid-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/freedroid-$(PKG_VERSION)
|
||||||
|
|
||||||
@ -22,19 +23,15 @@ define Package/freedroid
|
|||||||
SECTION:=games
|
SECTION:=games
|
||||||
CATEGORY:=Games
|
CATEGORY:=Games
|
||||||
URL:=http://freedroid.sourceforge.net/
|
URL:=http://freedroid.sourceforge.net/
|
||||||
DEPENDS:=libsdl-image libsdl-mixer libvorbis
|
DEPENDS:=+libsdl-image +libsdl-mixer +libvorbis
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/freedroid/description
|
define Package/freedroid/description
|
||||||
A free clone of the C64-classic "Paradroid"
|
A free clone of the C64-classic "Paradroid"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS:=LDFLAGS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
CONFIGURE_VARS+=LDFLAGS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" ac_cv_lib_vorbis_ov_open="yes"
|
||||||
CONFIGURE_ARGS:=--prefix=/usr
|
CONFIGURE_ARGS+=--with-x="no"
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/freedroid/install
|
define Package/freedroid/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user