File: build

package info (click to toggle)
opensc 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,432 kB
  • ctags: 10,387
  • sloc: ansic: 122,607; xml: 3,256; sh: 1,019; makefile: 530; lex: 92
file content (8 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/bash
set -ex
# generate configure
test -x ./configure || ./bootstrap
# configure once to set the version in build script
./configure
# build and package installer
bash ./MacOSX/build-package $@