simplepkg changelog
-------------------
-0.4.9pre10-16: lots of simplaret fixes
+0.4.9pre10-17: lots of simplaret fixes
0.4.9pre9: createpkg:
- speedup
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.4.9pre16"
+VERSION="0.4.9pre17"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"
"--get" | "get") shift ; simplaret_get $* ;;
"--get-patches" | "get-patches") simplaret_get_patches ;;
"--purge" | "purge") shift ; simplaret_purge $* ;;
- "--install" | "install") simplaret_install $2 ;;
+ "--install" | "install") shift ; simplaret_install $* ;;
"--upgrade" | "upgrade") simplaret_get_patches --upgrade ;;
"--remove" | "remove") removepkg $2 ;;
*) simplaret_usage ;;