]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
createpkg-1.1.4: correção do nome do slack-required
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>
Tue, 11 Sep 2007 16:18:13 +0000 (16:18 +0000)
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>
Tue, 11 Sep 2007 16:18:13 +0000 (16:18 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@440 04377dda-e619-0410-9926-eae83683ac58

trunk/mkbuild/sample-Pyrex-large.mkbuild
trunk/src/createpkg

index b2a0dae74c328362d7f2614d7d0db39cf32db4b8..4001238b3336ea3b23b83fa19aca00537441207e 100644 (file)
@@ -58,8 +58,8 @@
 # Dependency list input
 # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
 # Example:
-[[SLACK REQUIRED]]="dep1 >= 1.1.1: dep2 >= 2.2.2:dep3:dep4:dep5 = 1.0"
-#[[SLACK_REQUIRED]]=""
+#[[SLACK REQUIRED]]="dep1 >= 1.1.1: dep2 >= 2.2.2:dep3:dep4:dep5 = 1.0"
+[[SLACK REQUIRED]]=""
 
 #
 # Decompress program
index b3e82cf40e695c48a3dcb1dc2b4ce20fdefbc205..825b8a7ab9a4a0af7d8e647d97c6434daba5b948 100644 (file)
@@ -26,7 +26,7 @@
 #               Createpkg functions
 #---------------------------------------------------
 
-CREATEPKG_VERSION="1.1.3"
+CREATEPKG_VERSION="1.1.4"
 
 function error_codes {
 
@@ -498,7 +498,7 @@ PKG_NAME="`ls -1 -c $MAKEPKG_REPOS/$PACKAGE-*-*-*.tgz | head -n 1 | xargs basena
 # Move package and slack-required to SlackBuilds-like tree
 # TODO: subversion integration
 [ $MOVE_BIN_PACKAGE -eq $on ] && mv $MAKEPKG_REPOS/$PKG_NAME $NEW_REPOS/
-[ ! -z "$SLACK_REQUIRED" ] && cp $SLACK_REQUIRED $NEW_REPOS/$PKG_NAME.slack-required
+[ ! -z "$SLACK_REQUIRED" ] && cp $SLACK_REQUIRED $NEW_REPOS/$PACKAGE.slack-required
 
 # Install package
 if [ "$INSTALL" -eq $on ]; then