From: Stefan Schantl Date: Thu, 17 Sep 2009 07:55:31 +0000 (+0200) Subject: Add missing information to the last packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e734c233068ac4393ff9fff9e28fbdc91c1197;p=ipfire-3.x.git Add missing information to the last packages. --- diff --git a/lfs/slang b/lfs/slang index 5f054c295..479546428 100644 --- a/lfs/slang +++ b/lfs/slang @@ -26,19 +26,32 @@ include Config 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 diff --git a/lfs/splashy b/lfs/splashy index e321a1311..db33bb5f4 100644 --- a/lfs/splashy +++ b/lfs/splashy @@ -26,6 +26,7 @@ include Config PKG_NAME = splashy PKG_VER = 0.3.13 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz @@ -33,9 +34,23 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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 diff --git a/lfs/squashfs-tools b/lfs/squashfs-tools index 8d661d038..b38af290b 100644 --- a/lfs/squashfs-tools +++ b/lfs/squashfs-tools @@ -26,6 +26,7 @@ include Config PKG_NAME = squashfs-tools PKG_VER = 4.0 +OKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = squashfs$(PKG_VER).tar.gz @@ -33,9 +34,21 @@ DIR_APP = $(DIR_SRC)/squashfs$(PKG_VER)/$(PKG_NAME) 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 diff --git a/lfs/strace b/lfs/strace index 03d37ec8c..7f1174719 100644 --- a/lfs/strace +++ b/lfs/strace @@ -26,6 +26,7 @@ include Config PKG_NAME = strace PKG_VER = 4.5.18 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,25 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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