aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
blob: 7b23f48cef494a3a0f50e1193062e1888a8dd109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
#!/bin/bash
#
# createpkg: package builder using http://slack.sarava.org/slackbuilds scripts
# feedback: rhatto at riseup.net / rudsonalves at yahoo.com.br
#
#  createpkg is free software; you can redistribute it and/or modify it under the
#  terms of the GNU General Public License as published by the Free Software
#  Foundation; either version 2 of the License, or any later version.
#
#  createpkg is distributed in the hope that it will be useful, but WITHOUT ANY
#  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
#  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License along with
#  this program; if not, write to the Free Software Foundation, Inc., 59 Temple
#  Place - Suite 330, Boston, MA 02111-1307, USA
#
# Version $Rev$ - $Author$
#

#---------------------------------------------------
#               Createpkg functions
#---------------------------------------------------

function usage {

  # Help message
  echo -e "${red}NAME${normal}
        createpkg - create Slackware packages from SlackBuilds in Sarava repository

${red}SYNOPSIS
        createpkg${normal} [${green}OPTIONS${normal}] [${green}program${normal}]

${red}DESCRIPTION${normal}
        [${green}program${normal}] name to build/search

        Input ${green}OPTIONS${normal}:
            ${red}-i${normal}, ${red}--install${normal} ${green}<program>${normal}
                create the package ${green}<program>${normal} and install
            ${red}-a${normal}, ${red}--all${normal}
                create all packages and install
            ${red}-np${normal}, ${red}--no-deps${normal}
                does not solve dependences
            ${red}-d${normal}, ${red}--debug${normal} ${green}<program>${normal}
                enable SlackBuild debug (sh -x ...)
            ${red}-s${normal}, ${red}--search${normal} ${green}S<program${normal}>
                search for a ${green}<program>${normal}
            ${red}-f${normal}, ${red}--info${normal} ${green}<program>${normal}
                show description and dependences of the program
            ${red}-l${normal}, ${red}--list${normal}
                list all the SlackBuilds
            ${red}--sync${normal}
                synchronize SlackBuilds repository
            ${red}--update${normal}
                synchronize packages repository
            ${red}--commit${normal} ${green}["message"]${normal}
                commit changes to binary packages' repository
            ${red}--status${normal}
                check binary packages' svn repository status
            ${red}--update-keyring${normal}
                update GPG-KEY from binary repositories
            ${red}-h${normal}, ${red}--help${normal}
                show this help

${red}EXAMPLES${normal}
        ${red}createpkg -i scilab${normal}
            build and install scilab package
        ${red}createpkg -s at*${normal}
            search for all at* SlackBuilds scripts (at-spi, atk, ...)
        ${red}createpkg --info pyrex${normal}
            show pyrex description and dependences
        $SYNC=yes {red}createpkg -i scilab${normal}
            sync repository first, then build and install scilab package

${red}AUTHOR${normal}
        Written by ${blue}Rudson R. Alves${normal}

${red}AVAILABILITY${normal}
        by svn: ${yellow}svn checkout svn://slack.sarava.org/simplepkg${normal}
        this mkbuild is found in branches/0.6/

${red}REPORTING BUGS${normal}
        Report bugs to <${blue}rudsonalves[at]rra.etc.br${normal}>

${red}COPYRIGHT${normal}
        Copyright � 2006 Free Software Foundation, Inc.
        This is free software. You may redistribute copies of it under the
        terms of the GNU General Public License
        <${yellow}http://www.gnu.org/licenses/gpl.html${normal}>. There is NO WARRANTY,
        to the extent permitted by law." | more
}

function build_all_slackbuild {

  # Build all SlackBuilds in repository
  createpkg --sync

  cd $SLACKBUILDS_DIR
  LIST=`find . -name *.SlackBuild | sed 's/.*\/\(.*\)\.SlackBuild$/\1/' | sort | uniq`
  for i in $LIST; do
    [ ! lspkg $i >/dev/null ] && createpkg -i $i
  done
}

function check_config {

  # Check the configuration
  TMP=${TMP:=/tmp}

  if [ ! -z "$REPOS" ]; then
    PACKAGES_DIR="$REPOS"
  else
    REPOS=$PACKAGES_DIR
  fi

  # Nested folders, if configured
  if [ ! -z "$PACKAGES_REPOS_STYLE" ]; then
    PACKAGES_REPOS_STYLE=$(echo $PACKAGES_REPOS_STYLE | sed -e "s/none//g" -e "s/distro/`default_distro`/g" \
                                                            -e "s/arch/`default_arch`/g" -e "s/version/`default_version`/g")
    PACKAGES_DIR="$PACKAGES_DIR/$PACKAGES_REPOS_STYLE"
    REPOS="$REPOS/$PACKAGES_REPOS_STYLE"
  fi

  # Create $TMP and $REPOS if need
  [ ! -e $TMP ] && mkdir -p $TMP
  [ ! -e $PACKAGES_DIR ] && create_repo_folder $PACKAGES_DIR
  #
  SLACKBUILDS_DIR=${SLACKBUILDS_DIR:=/var/simplepkg/slackbuilds}
  #
  SYNC=${SYNC:=$no}
  SYNC=`convert_boolean $SYNC`
  BASEDIR="`dirname $SLACKBUILDS_DIR`"

}

function solve_dep {

  # Solve dependency
  [ $# -ne 3 ] && handle_error $ERROR_PAR_NUMBER
  local PACK="$1"
  local COND="$2"
  local VER="$3"

  # Check package in local system
  PACK="`echo $PACK | sed -e 's/\+/\\\+/'`"
  INSTALLED="`check_installed $PACK`"
  CHECK=$?

  # TODO: check dependency versions
  if [ -z "$INSTALLED" ]; then
    if [ $CHECK -ne 0 ]; then
      # Check package in SlackBuilds tree
      eecho $messag "$BASENAME: processing $PACKAGE dependency $PACK"
      SYNC=$no CREATEPKG_CHILD=$CREATEPKG_CHILD createpkg --install $PACK

      # Check if the package was built and installed
      EXIT_CODE=$?

      if [ $EXIT_CODE -eq $ERROR_CREATEPKG_SLACKBUILD_NOTFOUND ]; then
        # Try to use simplaret
        ARCH=$CREATEPKG_ARCH simplaret --update
        ARCH=$CREATEPKG_ARCH simplaret --install $PACK
        [ $? -ne 0 ] && handle_error $ERROR_CREATEPKG_SLACKBUILD_NOTFOUND $PACK
      elif [ $EXIT_CODE -ne 0 ]; then
        handle_error $EXIT_CODE $PACK
      fi

    fi
  fi

}

function find_slackbuild {

  # Find SlackBuild script in the repository
  [ $# -ne 1 ] && handle_error $ERROR_PAR_NUMBER
  OUTPUT=`find $SLACKBUILDS_DIR -iname $1.SlackBuild`
  [ "$OUTPUT" != "" ] && EXIT_CODE=0 || EXIT_CODE=1
  echo $OUTPUT

}

function info_builds {

  # Show packages info
  if [ "$PKG_PATH" != "" ]; then
    for i in $PKG_PATH; do
      PACKAGE=`basename $i .SlackBuild`
      NAME_UP=`echo $PACKAGE | tr [a-z] [A-Z]`
      eecho $commun "$NAME_UP: "

      PKG_DIR=`dirname $i`
      if [ -e $PKG_DIR/slack-desc ]; then
        eval "cat $PKG_DIR/slack-desc | grep '^$PACKAGE:' | cut -f2- -d:"
        eecho $normal
      else
        eval "cat $i | grep '^$PACKAGE:' | cut -f2- -d:"
        eecho $normal
      fi

      if [ -e $PKG_DIR/slack-required ]; then
        eecho $commun "slack-required"
        cat $PKG_DIR/slack-required | sed 's/^/ /'
      fi
    done
  fi

}

function list_builds {

  # List all available SlackBuilds
  cd $SLACKBUILDS_DIR
  echo "Sarava SlackBuilds list"
  # level 1
  for i in *; do
    if [ -d $i ]; then
      echo -e "  $i: "
      (
        cd $i
        # level 2
        for j in *; do
          if [ -d $j ]; then
            eecho $commun "    $j"
            (
              cd $j
              BUILD="`ls *.SlackBuild 2>/dev/null`"
              if [ "$BUILD" != "" ]; then
                # level 3
                for k in $BUILD; do
                  eecho $messag "      $k"
                done
              else
                BUILD=""
              fi
              for k in *; do
                if [ -d $k ]; then
                  eecho $messag "      $k.SlackBuild"
                fi
              done
            )
          fi
        done
      )
    fi
  done

}

function load_parameters {

  # Load Createpkg parameters
  PACKAGES_DIR="`eval_parameter PACKAGES_DIR /var/simplepkg/repos`"
  PACKAGES_SVN="`eval_parameter PACKAGES_SVN http://slack.sarava.org/packages`"
  PACKAGES_REPOS_STYLE="`eval_parameter PACKAGES_REPOS_STYLE none`"
  NOARCH_DIR="`eval_parameter PACKAGES_DIR /var/simplepkg/repos`/noarch"
  SOURCE_DIR="`eval_parameter SOURCE_DIR /var/simplepkg/sources`"
  SLACKBUILDS_DIR="`eval_parameter SLACKBUILDS_DIR /var/simplepkg/slackbuilds`"
  SLACKBUILDS_SVN="`eval_parameter SLACKBUILDS_SVN http://slack.sarava.org/slackbuilds`"
  SVN_USER="`eval_parameter PACKAGES_SVN_USER`"
  SVN_GROUP="`eval_parameter PACKAGES_SVN_GROUP`"
  SOURCE_DIR_USER="`eval_parameter SOURCE_DIR_USER`"
  SOURCE_DIR_GROUP="`eval_parameter SOURCE_DIR_GROUP`"

  COLOR_MODE="`eval_parameter COLOR_MODE none`"
  CREATEPKG_ARCH="`eval_parameter CREATEPKG_ARCH $(default_arch)`"
  CREATEPKG_CLEANUP="`eval_parameter CREATEPKG_CLEANUP yes`"
  CREATEPKG_AUTHOR="`eval_parameter CREATEPKG_AUTHOR`"
  TMP="`eval_parameter TMP /tmp`"

  SIGN_PACKAGES="`eval_boolean_parameter SIGN_PACKAGES $off`"
  SIGN_PACKAGES_USER="`eval_parameter SIGN_PACKAGES_USER`"
  SIGN_PACKAGES_KEYID="`eval_parameter SIGN_PACKAGES_KEYID`"
  SIGN_PACKAGES_WITH_GPG_AGENT="`eval_boolean_parameter SIGN_PACKAGES_WITH_GPG_AGENT $off`"

  if [ ! -z "$SIGN_PACKAGES_KEYID" ]; then
    SIGN_PACKAGES_KEYID="`echo $SIGN_PACKAGES_KEYID | tr '[:lower:]' '[:upper:]'`"
  fi

  if [ "$SIGN_PACKAGES_WITH_GPG_AGENT" -eq $on ]; then
    GPG_AGENT_OPTION="--use-agent"
  else
    GPG_AGENT_OPTION=""
  fi

  REMOVE_OLD_PACKAGE="`eval_boolean_parameter REMOVE_OLD_PACKAGE $off`"
  MOVE_BIN_PACKAGE="`eval_boolean_parameter MOVE_BIN_PACKAGE $off`"
  MOVE_SLACK_REQUIRED="`eval_boolean_parameter MOVE_SLACK_REQUIRED $off`"
  PACKAGES_REPOS_NOARCH="`eval_boolean_parameter PACKAGES_REPOS_NOARCH $on`"

}

function repository_checkout {

  local svn

  if [ -d "$PACKAGES_DIR" ]; then
    mv $PACKAGES_DIR $PACKAGES_DIR.old
  fi

  if [ -z "$1" ]; then
    svn="$1"
  else
    svn="$SLACKBUILDS_SVN"
  fi

  svn checkout $svn $PACKAGES_DIR

}

function repository_update {

  if [ ! -z "$1" ] && [ -d "$1/.svn" ]; then
    echo "Fetching changes from svn repository for $1..."
    cwd="`pwd`"
    chown_svn $1 && chgrp_svn $1
    cd $1 && su_svn update
    cd $cwd
  fi

}

function repository_status {

  if [ -d "$PACKAGES_DIR/.svn" ]; then
    echo "Status of $PACKAGES_DIR."
    cwd="`pwd`"
    cd $PACKAGES_DIR && su_svn status
    cd $cwd
  fi

  if [ -d "$NOARCH_DIR/.svn" ]; then
    cwd="`pwd`"
    echo "Status of $NOARCH_DIR."
    cd $NOARCH_DIR && su_svn status
    cd $cwd
  fi

  exit 0

}

function create_repo_folder {

  # Create repository directory
  # usage: create_repo_folder <repository_folder>

  local folder="$1" basedir

  if [ ! -d "$folder" ]; then
    echo "Creating packages folder $folder..."
    basedir="`dirname $folder`"
    if [ -d "$basedir/.svn" ] && ! svn_check $folder; then
      (
        cd $basedir
        chown_svn $basedir && chgrp_svn $basedir
        svn_mkdir `basename $folder`/$SUBFOLDER
      )
    else
      mkdir -p $folder/$SUBFOLDER
    fi
  elif [ ! -e $folder/$SUBFOLDER ]; then
    if [ -d "$folder/.svn" ] && ! svn_check $folder/$SUBFOLDER; then
      (
        cd $folder
        chown_svn $folder && chgrp_svn $folder
        svn_mkdir $SUBFOLDER
      )
    else
      mkdir -p $folder/$SUBFOLDER
    fi
  fi

}

function remove_old_package_data {

  # Remove old packages from repository tree
  # usage: remove_old_package_data <repository_folder>

  if [ ! -d "$1" ]; then
    return 1
  fi

  local makepkg_repos="$1"

  # Remove old PACKAGEs from repository tree
  if [ $REMOVE_OLD_PACKAGE -eq $on ]; then

    # first remove entries from CHECKSUMS.md5
    if [ -f "$makepkg_repos/CHECKSUMS.md5" ]; then
      sed -i "/$PACKAGE-.*-.*-.*.*$/d" $makepkg_repos/CHECKSUMS.md5
    fi

    # then remove entries from patches/CHECKSUMS.md5
    if [ -f "$makepkg_repos/patches/CHECKSUMS.md5" ]; then
      sed -i "/$PACKAGE-.*-.*-.*.*$/d" $makepkg_repos/patches/CHECKSUMS.md5
    fi

    # Using subversion
    if [ -d "$makepkg_repos/.svn" ]; then

      (

      cd $makepkg_repos

      # Using -mindepth 2 so it doesn't delete the new PACKAGE
      for file in `find . -mindepth 2 -name "$PACKAGE-*-*-*.tgz" -o -name "$PACKAGE-*-*-*.meta" -o -name "$PACKAGE-*-*-*.tgz.asc"`; do
        candidate="`echo $file | sed -e 's/\.meta$/\.tgz/'`" # otherwise PACKAGE info functions can fail
        candidate="`echo $candidate | sed -e 's/\.asc$//'`" # otherwise PACKAGE info functions can fail
        # Just delete packages with different arch, version, build number or folder
        if [ "`package_version $candidate`" != "$PACKAGE_VERSION" ] || \
           [ "`package_arch $candidate`" != "$PACKAGE_ARCH" ] || \
           [ "`package_build $candidate`" != "$PACKAGE_BUILD" ] || \
           [ "`dirname $candidate | sed -e 's/^\.\///'`" != "`dirname $SUBFOLDER/$PKG_NAME | sed -e 's/^\.\///'`" ]; then
          svn_del $file
        fi
      done

      for file in `find $makepkg_repos -name "$PACKAGE.slack-required"`; do
        if [ $MOVE_SLACK_REQUIRED -eq $off ]; then
          svn_del $file
        elif [ ! -z "$SLACK_REQUIRED" ] && [ "$makepkg_repos/$SUBFOLDER/$PACKAGE.slack-required" != "$file" ]; then
          svn_del $file
        fi
      done

      )

    else
      # Using -mindepth 2 so it doesn't delete the new package
      find $makepkg_repos -mindepth 2 -name "$PACKAGE-*-*-*.tgz" -exec rm {} 2>/dev/null \;
      find $makepkg_repos -mindepth 2 -name "$PACKAGE-*-*-*.meta" -exec rm {} 2>/dev/null \;
      find $makepkg_repos -mindepth 2 -name "$PACKAGE-*-*-*.tgz.asc" -exec rm {} 2>/dev/null \;
      find $makepkg_repos -name "$PACKAGE.slack-required" -exec rm {} 2>/dev/null \;
    fi
  fi

}

function update_metadata {

  # Update repository metadata
  # usage: update_metadata <repository_folder>

  if [ ! -d "$1" ]; then
    return 1
  fi

  local makepkg_repos="$1"

  (

  cd $makepkg_repos

  repo_gpg_key $makepkg_repos
  gen_meta $SUBFOLDER/$PKG_NAME
  gen_filelist
  update_md5_checksum $makepkg_repos $SUBFOLDER/$PKG_NAME

  # update md5 file from patches/ folder if needed
  if [ -d "patches/" ]; then

    found_patch="no"

    for file in `find patches/ -name "$PACKAGE-*-*-*.tgz"`; do
      found_patch="yes"
      update_md5_checksum $makepkg_repos/patches patches/$SUBFOLDER/$PKG_NAME
    done

    if [ "$found_patch" == "yes" ]; then
      gen_patches_filelist patches
    fi
  fi

  )

}

#---------------------------------------------------
#                 Starting createpkg
#---------------------------------------------------
# Common functions
COMMON="/usr/libexec/simplepkg/common.sh"
SIMPLEPKG_CONF="/etc/simplepkg/simplepkg.conf"
BASENAME="`basename $0`"
EXIT_CODE=0

if [ -f "$COMMON" ]; then
  source $COMMON
else
  echo "error: file $COMMON found, check your $BASENAME installation"
  exit 0
fi

set_constants

# Load simplepkg.conf variables
load_parameters

# Loading error codes
error_codes

# Load slackbuildrc definitions
if [ -f ~/.slackbuildrc ]; then
  source ~/.slackbuildrc
else
  source /etc/slackbuildrc 2>/dev/null
fi

# Select color mode: gray, color or none (*)
color_select $COLOR_MODE

# This is used to show how many children process we have
if [ -z "$CREATEPKG_CHILD" ]; then
  CREATEPKG_CHILD=1
else
  let CREATEPKG_CHILD++
fi

BASENAME="`basename $0`[$CREATEPKG_CHILD]"

check_config
check_repo $SLACKBUILDS_DIR $SLACKBUILDS_SVN

INSTALL=$off
NO_DEPS=$off
DEBUG=$off

case $1 in
  '--all'|'-a')
    # build all SlackBuilds in repository
    build_all_slackbuild
    exit $EXIT_CODE
  ;;
  '--search'|'-s')
    [ $# -ne 2 ] && usage   # two parameters is required
    LIST=`find_slackbuild $2`
    for i in $LIST; do
        echo $i | sed 's/.*\/\([^\/]\+\)\.[Ss]lack[Bb]uild$/  \1/'
    done
    exit $EXIT_CODE
  ;;
  '--info'|'-f')
    [ $# -ne 2 ] && usage   # two parameters is required
    PKG_PATH=`find_slackbuild $2`
    info_builds
    exit $EXIT_CODE
  ;;
  '--install'|'-i')
    [ $# -ne 2 ] && usage   # two parameters is required
    PACKAGE="$2"
    INSTALL=$on
  ;;
  '--no-deps'|'-nd')
    [ $# -ne 2 ] && usage   # two parameters is required
    NO_DEPS=$on
    PACKAGE="$2"
  ;;
  '--debug'|'-d')
    [ $# -ne 2 ] && usage   # two parameters is required
    PACKAGE="$2"
    DEBUG=$on
  ;;
  '--sync')
    sync_repo $SLACKBUILDS_DIR $SLACKBUILDS_SVN
    exit $EXIT_CODE
  ;;
  '--help'|'-h'|'')
    usage
    exit $EXIT_CODE
  ;;
  '--list'|'-l')
    list_builds
    exit $EXIT_CODE
  ;;
  '--update')
    repository_update $PACKAGES_DIR
    repository_update $NOARCH_DIR
    exit $EXIT_CODE
  ;;
  '--commit')
    shift
    commit_changes $PACKAGES_DIR "`basename $PACKAGES_DIR:`" $*
    if [ $PACKAGES_REPOS_NOARCH -eq $on ]; then
      commit_changes $NOARCH_DIR "noarch:" $*
    fi
    exit $EXIT_CODE
  ;;
  '--status')
    repository_status
    exit $EXIT_CODE
  ;;
  '--update-keyring')
    get_sign_packages_user
    repo_gpg_key $PACKAGES_DIR --update
    if [ $PACKAGES_REPOS_NOARCH -eq $on ]; then
      repo_gpg_key $NOARCH_DIR --update
    fi
    exit $EXIT_CODE
  ;;
  *)
    if [ "${1:0:1}" != "-" ]; then
      PACKAGE="$1"
    else
      usage
    fi
  ;;
esac

# Synchronize repository
[ $SYNC -eq $yes ] && sync_repo $SLACKBUILDS_DIR $SLACKBUILDS_SVN

# Get SlackBuild script
BUILD_SCRIPT="`find_slackbuild $PACKAGE`"

# Check SlackBuild script found
if [ -z "$BUILD_SCRIPT" ]; then
  handle_error $ERROR_CREATEPKG_SLACKBUILD_NOTFOUND $PACKAGE
fi

# Select one SlackBuild
if [ "`echo $BUILD_SCRIPT | wc -w`" -gt 1 ]; then
  AUX="$PS3"
  PS3="Choice: "
  LIST=`echo $BUILD_SCRIPT | sed 's/ /\n/g' | sed -r 's/.*\/(.*)\.SlackBuild$/\1/'`" EXIT"

  select PACKAGE in `echo $LIST`; do
    break
  done

  if [ "$PACKAGE" = "EXIT" ]; then
    eecho $error "error: None package select"
    exit 1
  fi

  # Select only one SlackBuild in BUILD_SCRIPT
  BUILD_SCRIPT=`echo $BUILD_SCRIPT | sed 's/ /\n/g' | grep "/$PACKAGE.SlackBuild"`
  PS3="$AUX"
else
  PACKAGE=`basename $BUILD_SCRIPT .SlackBuild`
fi

# Get dirname and script name from slackbuild
SCRIPT_BASE="`dirname $BUILD_SCRIPT`"
SCRIPT_NAME="`basename $BUILD_SCRIPT`"
eecho $messag "$BASENAME: found script $PACKAGE.SlackBuild, now checking for dependencies"

# Sets the package's slack-required
if [ -f "$SCRIPT_BASE/$PACKAGE.slack-required" ]; then
  SLACK_REQUIRED="$SCRIPT_BASE/$PACKAGE.slack-required"
elif [ -f "$SCRIPT_BASE/slack-required" ]; then
  SLACK_REQUIRED="$SCRIPT_BASE/slack-required"
fi

if [ ! -z "$SLACK_REQUIRED" -a $NO_DEPS -ne $on ]; then
  # This routine checks for dependencies in package's slack-required
  (
    grep '^[^#]' $SLACK_REQUIRED | while read dep; do
      if [ ! -z "$dep" ]; then
        PROGRAM="`echo $dep | awk '{ print $1 }'`"
        CONDITION="`echo $dep | awk '{ print $2 }' | tr [=\>\<] [egl]`"
        VERSION="`echo $dep | awk '{ print $3 }' | tr -dc '[:digit:]'`"
        solve_dep "$PROGRAM" "$CONDITION" "$VERSION"
      fi
    true
    done
  )
  [ $? -ne 0 ] && handle_error $error $ERROR_CREATEPKG_DEPENDENCY

  eecho $messag "$BASENAME: done checking for $PACKAGE dependencies"
else
  eecho $messag "$BASENAME: no unmet dependencies for $PACKAGE"
fi

eecho $messag "$BASENAME: processing $SCRIPT_NAME"

# Change to script base directory
cd $SCRIPT_BASE

# Run SlackBuild script
[ $DEBUG -eq $off ] && SHELL_FLAG="+x" || SHELL_FLAG="-x"
(
  LANG=en_US \
  TMP=$TMP \
  SRC_DIR=${SRC_DIR:=$SOURCE_DIR} \
  SRC=${SRC_DIR:=$SOURCE_DIR} \
  ARCH=${ARCH:=$CREATEPKG_ARCH} \
  COLOR=${COLOR:=$COLOR_MODE} \
  REPOS=${REPOS:=$PACKAGES_DIR} \
  CLEANUP=${CLEANUP:=$CREATEPKG_CLEANUP} \
  INTERACT=no sh $SHELL_FLAG ./$SCRIPT_NAME
)

# Check if package was built
handle_error $? $PACKAGE

# Fix source folder user
if [ ! -z "$SOURCE_DIR_USER" ]; then
  chown -R $SOURCE_DIR_USER $SOURCE_DIR
fi

# Fix source folder group
if [ ! -z "$SOURCE_DIR_GROUP" ]; then
  chgrp -R $SOURCE_DIR_GROUP $SOURCE_DIR
fi

# Get package name, arch, version and build number
PKG_NAME="`ls -1 -c $PACKAGES_DIR/$PACKAGE-*-*-*.tgz | head -n 1 | xargs basename`"
PACKAGE_NAME="`package_name $PKG_NAME`"
PACKAGE_VERSION="`package_version $PKG_NAME`"
PACKAGE_ARCH="`package_arch $PKG_NAME`"
PACKAGE_BUILD="`package_build $PKG_NAME`"

# Update package author
if [ ! -z "$CREATEPKG_AUTHOR" ]; then
  AUTHOR="`echo $PACKAGE_BUILD | sed -e 's/^[0-9]*//'`"
  if [ "$AUTHOR" != "$CREATEPKG_AUTHOR" ]; then
    echo "Changing package build author..."
    BUILD_NUMBER="`echo $PACKAGE_BUILD | sed -e "s/$AUTHOR$//"`"
    NEW_BUILD="$BUILD_NUMBER""$CREATEPKG_AUTHOR"
    mv $PACKAGES_DIR/$PKG_NAME $PACKAGES_DIR/$PACKAGE_NAME-$PACKAGE_VERSION-$PACKAGE_ARCH-$NEW_BUILD.tgz
    PKG_NAME="$PACKAGE_NAME-$PACKAGE_VERSION-$PACKAGE_ARCH-$NEW_BUILD.tgz"
    PACKAGE_BUILD="$NEW_BUILD"
    AUTHOR="$CREATEPKG_AUTHOR"
    echo "New package name is $PKG_NAME."
  fi
fi

# Sign package
if [ $SIGN_PACKAGES -eq $on ]; then

  echo "Signing package..."

  get_sign_packages_user

  if [ ! -z "$SIGN_PACKAGES_USER" ]; then
    tmp_sign_folder="`mktemp -d $TMP/createpkg_sign.XXXXXX`"
    chown $SIGN_PACKAGES_USER $tmp_sign_folder
    su $SIGN_PACKAGES_USER -c "gpg $GPG_AGENT_OPTION --armor -sb -u $SIGN_KEYID -o $tmp_sign_folder/$PKG_NAME.asc $PACKAGES_DIR/$PKG_NAME"
    cp $tmp_sign_folder/$PKG_NAME.asc $PACKAGES_DIR/$PKG_NAME.asc
    rm -rf $tmp_sign_folder
  else
    gpg $GPG_AGENT_OPTION --armor -sb -u $SIGN_KEYID $PACKAGES_DIR/$PKG_NAME
  fi

fi

# Select repository directory
if [ $MOVE_BIN_PACKAGE -eq $on ]; then
  SUBFOLDER="$( echo ${SCRIPT_BASE#$SLACKBUILDS_DIR/} )"
  NEW_REPOS=$PACKAGES_DIR/$SUBFOLDER
else
  SUBFOLDER="."
  NEW_REPOS=$PACKAGES_DIR
fi

# Update information from remote repository
repository_update $PACKAGES_DIR

# Create the repository folders
create_repo_folder $PACKAGES_DIR

# Remove old packages from repository tree
remove_old_package_data $PACKAGES_DIR

# Move package to SlackBuilds-like tree
if [ $MOVE_BIN_PACKAGE -eq $on ]; then 

  mv $PACKAGES_DIR/$PKG_NAME $NEW_REPOS/
  if [ -e "$PACKAGES_DIR/$PKG_NAME.asc" ]; then
    mv $PACKAGES_DIR/$PKG_NAME.asc $NEW_REPOS/
  fi

  if [ -d "$NEW_REPOS/.svn" ]; then
    (
      cd $NEW_REPOS
      chown_svn $PACKAGES_DIR && chgrp_svn $PACKAGES_DIR
      svn_add $PKG_NAME
      svn_add $PKG_NAME.asc
    )
  fi

  # Move package's slack-required to binary repository
  if [ $MOVE_SLACK_REQUIRED -eq $on ]; then
    if [ ! -z "$SLACK_REQUIRED" ]; then
      svn_copy $SLACK_REQUIRED $NEW_REPOS/$PACKAGE.slack-required
    fi
  fi

fi

# Update repository metadata
update_metadata $PACKAGES_DIR

# General cleanup
echo Cleaning up the repository...
svn_remove_empty_folders $PACKAGES_DIR

# Update noarch repository
if [ $PACKAGES_REPOS_NOARCH -eq $on ] && [ "`package_arch $PKG_NAME`" == "noarch" ]; then
  repository_update $NOARCH_DIR
  echo Copying package to noarch repository...
  create_repo_folder $NOARCH_DIR
  remove_old_package_data $NOARCH_DIR
  svn_copy $NEW_REPOS/$PKG_NAME $NOARCH_DIR/$SUBFOLDER/
  svn_copy $NEW_REPOS/`basename $PKG_NAME .tgz`.meta $NOARCH_DIR/$SUBFOLDER/
  svn_copy $NEW_REPOS/`basename $PKG_NAME`.asc $NOARCH_DIR/$SUBFOLDER/
  svn_copy $NEW_REPOS/$PACKAGE.slack-required $NOARCH_DIR/$SUBFOLDER/
  update_metadata $NOARCH_DIR
  svn_remove_empty_folders $NOARCH_DIR
fi

# Install package
if [ "$INSTALL" -eq $on ]; then
  upgradepkg --install-new $NEW_REPOS/$PKG_NAME
fi

echo "Package saved at $NEW_REPOS/$PKG_NAME"

if [ $PACKAGES_REPOS_NOARCH -eq $on ] && [ "`package_arch $PKG_NAME`" == "noarch" ]; then
  echo "Aditional copy saved at $NOARCH_DIR/$SUBFOLDER/$PKG_NAME"
fi

exit $EXIT_CODE