aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/lspkg3
-rwxr-xr-xtrunk/src/repos4
2 files changed, 2 insertions, 5 deletions
diff --git a/trunk/src/lspkg b/trunk/src/lspkg
index 167b547..01900f2 100755
--- a/trunk/src/lspkg
+++ b/trunk/src/lspkg
@@ -107,8 +107,9 @@ case $1 in
"-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
diff --git a/trunk/src/repos b/trunk/src/repos
index f9605ad..e4a17ee 100755
--- a/trunk/src/repos
+++ b/trunk/src/repos
@@ -10,10 +10,6 @@
#
# 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"