simplepkg changelog
===================
+0.5pre17
+========
+
+ - createpkg
+ - bugfix
+
+ - lspkg:
+ - bugfixes
+
0.5pre16
========
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.5pre16"
+VERSION="0.5pre17"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"
"-d"|"--description")
if [ ! -z "$2" ]; then
for file in $LIST_PKGS; do
+ pack="`package_name $file`"
echo -e " Package description for $file:\n"
- sed -n '/^xine-ui:/ { s/xine-ui://; p; }' $file
+ sed -n "/^$pack:/ { s/$pack://; p; }" $file
done
else
head_line
#
# Changes by rhatto at riseup.net to fit http://slack.sarava.org needs
#
-# TODO: - config file options
-# - integration with binary repository
-# - package's and CHECKSUMS.md5 signature creation
-#
BASENAME="`basename $0`"
REPOS_CONF="/etc/simplepkg/repos.conf"