]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add missing information to the last packages.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 17 Sep 2009 07:55:31 +0000 (09:55 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 17 Sep 2009 07:55:31 +0000 (09:55 +0200)
lfs/slang
lfs/splashy
lfs/squashfs-tools
lfs/strace

index 5f054c2955cb54460999d4ac41076e12779a2ca5..4795464282984d052ad9701a9fcada953d45387f 100644 (file)
--- 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
index e321a1311cbec8624f9fcc146c408bf6270bc8fd..db33bb5f469f966997b437a9131072fcdbae3987 100644 (file)
@@ -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
index 8d661d0382cad5766552345a2c0c3807400f8165..b38af290b484930a8878cd2ad26cce4a38ba5b40 100644 (file)
@@ -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
index 03d37ec8c373e507d1f363d834a1dea8797805b7..7f11747196c07a0cbe9189b9466063782f7e384e 100644 (file)
@@ -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