PKG_NAME = slang
PKG_VER = 2.1.4
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
DIR_APP = $(DIR_SRC)/$(THISAPP)
-BUILD_DEPS =
-DEPS = pcre
-
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Libraries
CORE = yes
EXTRA = no
DEBUG = no
+BUILD_DEPS =
+DEPS = pcre
+
+URL = http://www.jedsoft.org/slang/
+LICENSE = GPLv2+
+SHORT_DESC = Shared library for the S-Lang extension language.
+
+define LONG_DESC
+ S-Lang is an interpreted language and a programming library. \
+ The S-Lang language was designed so that it can be easily embedded \
+ into a program to provide the program with a powerful extension \
+ language.
+endef
###############################################################################
# Top-level Rules
PKG_NAME = splashy
PKG_VER = 0.3.13
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Boot
CORE = yes
EXTRA = no
DEBUG = no
+BUILD_DEPS =
+DEPS =
+
+URL = http://splashy.alioth.debian.org/
+LICENSE = GPL
+SHORT_DESC = A program for a nice boot splash.
+
+define LONG_DESC
+ Splashy is a boot splash program that doesn't require patching \
+ the Linux kernel. It paints graphic images directly to framebuffers \
+ using libdirectfb.
+endef
define QUALITY_AGENT_WHITELIST_RPATH
/sbin/splashy
PKG_NAME = squashfs-tools
PKG_VER = 4.0
+OKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = squashfs$(PKG_VER).tar.gz
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Filesystems
CORE = yes
EXTRA = no
DEBUG = no
+BUILD_DEPS =
+DEPS =
+
+URL = http://squashfs.sf.net/
+LICENSE = GPLv2+
+SHORT_DESC = Utility for the creation of squashfs filesystems.
+
+define LONG_DESC
+ Squashfs is a highly compressed read-only filesystem for Linux.
+endef
###############################################################################
# Top-level Rules
PKG_NAME = strace
PKG_VER = 4.5.18
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = Development/Debuggers
CORE = no
EXTRA = yes
DEBUG = yes
+BUILD_DEPS =
+DEPS =
+
+URL = http://sourceforge.net/projects/strace/
+LICENSE = BSD
+SHORT_DESC = Tracks and displays system calls associated with a running process.
+
+define LONG_DESC
+ The strace program intercepts and records the system calls called and \
+ received by a running process. Strace can print a record of each \
+ system call, its arguments and its return value. Strace is useful \
+ for diagnosing problems and debugging, as well as for instructional \
+ purposes.
+endef
###############################################################################
# Top-level Rules