diff options
-rw-r--r-- | packages/litestream/.mtn2git_empty (renamed from packages/icecast/.mtn2git_empty) | 0 | ||||
-rw-r--r-- | packages/litestream/litestream_1.3RC3.bb | 17 | ||||
-rw-r--r-- | packages/meta/slugos-packages.bb | 1 | ||||
-rw-r--r-- | packages/nonworking/icecast/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/icecast/icecast_2.2.0.bb (renamed from packages/icecast/icecast_2.2.0.bb) | 0 | ||||
-rw-r--r-- | packages/rocksndiamonds/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/rocksndiamonds/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/rocksndiamonds/files/rocksndiamonds.png | bin | 0 -> 1114 bytes | |||
-rw-r--r-- | packages/rocksndiamonds/rocksndiamonds_3.2.0.bb | 28 |
9 files changed, 46 insertions, 0 deletions
diff --git a/packages/icecast/.mtn2git_empty b/packages/litestream/.mtn2git_empty index e69de29bb2..e69de29bb2 100644 --- a/packages/icecast/.mtn2git_empty +++ b/packages/litestream/.mtn2git_empty diff --git a/packages/litestream/litestream_1.3RC3.bb b/packages/litestream/litestream_1.3RC3.bb new file mode 100644 index 0000000000..6c83266764 --- /dev/null +++ b/packages/litestream/litestream_1.3RC3.bb @@ -0,0 +1,17 @@ +LICENSE = "GPL" +MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>" +DESCRIPTION = "ShoutCast-compatible streamer" +PR = "r0" + +SRC_URI = "http://www.litestream.org/litestream/${PN}-${PV}.tar.gz" + +inherit autotools + +do_install () { + mkdir -p ${D}${bindir} + install -m 755 litestream ${D}${bindir} + install -m 755 literestream ${D}${bindir} + install -m 755 source ${D}${bindir} + install -m 755 client ${D}${bindir} + install -m 755 server ${D}${bindir} +}
\ No newline at end of file diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 241f999999..3b1ffb306c 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -99,6 +99,7 @@ SLUGOS_PACKAGES = "\ libvorbis \ libxml2 \ lirc \ + litestream \ lrzsz \ lsof \ lvm2 \ diff --git a/packages/nonworking/icecast/.mtn2git_empty b/packages/nonworking/icecast/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/icecast/.mtn2git_empty diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/nonworking/icecast/icecast_2.2.0.bb index 7322af3087..7322af3087 100644 --- a/packages/icecast/icecast_2.2.0.bb +++ b/packages/nonworking/icecast/icecast_2.2.0.bb diff --git a/packages/rocksndiamonds/.mtn2git_empty b/packages/rocksndiamonds/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/rocksndiamonds/.mtn2git_empty diff --git a/packages/rocksndiamonds/files/.mtn2git_empty b/packages/rocksndiamonds/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/rocksndiamonds/files/.mtn2git_empty diff --git a/packages/rocksndiamonds/files/rocksndiamonds.png b/packages/rocksndiamonds/files/rocksndiamonds.png Binary files differnew file mode 100644 index 0000000000..a93d6d4e73 --- /dev/null +++ b/packages/rocksndiamonds/files/rocksndiamonds.png diff --git a/packages/rocksndiamonds/rocksndiamonds_3.2.0.bb b/packages/rocksndiamonds/rocksndiamonds_3.2.0.bb new file mode 100644 index 0000000000..ab5a5c8932 --- /dev/null +++ b/packages/rocksndiamonds/rocksndiamonds_3.2.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Rocks'n'Diamonds - Boulderdash/Emerald Mine/Supaplex/Sokoban clone." +SECTION = "games" +LICENSE = "GPL" +HOMEPAGE = "http://www.artsoft.org/rocksndiamonds/" +AUTHOR = "Holger Schemel <info@artsoft.org>" +MAINTAINER = "Paul Sokolovsky <pmiscml@gmail.com>" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-${PV}.tar.gz \ + file://rocksndiamonds.png" + +DEPENDS += "libsdl-net smpeg" + +APPIMAGE = "../rocksndiamonds.png" +EXTRA_OEMAKE = "CC='${CC}' RO_GAME_DIR='${datadir}/${PN}' RW_GAME_DIR='${datadir}/${PN}'" + +inherit sdl + +do_install() { + install -d ${D}${bindir} + install -m 755 ${PN} ${D}${bindir} + install -d ${D}${datadir}/${PN} + cp -r graphics levels music scores sounds ${D}${datadir}/${PN}/ +} + + +FILES_${PN} += "${bindir}/${PN} ${datadir}/${PN}" |