# Description file for tinycore extension ($ extbuild sample.desc) # Source STYPE="https" MIRROR="github.com/downloads/alonbl/pkcs11-helper" PACKAGE="pkcs11-helper" SEP="-" VERSION="1.10" PKG_EXT=".tar.bz2" RENAME_TO="libpkcs11-helper" # Dependencies, Build flags, dev auto-added BUILD_DEPS="openssl-1.0.0 autoconf automake m4 libtool" RUN_DEPS="openssl-1.0.0" FLAGS="" #DBG_PKG=1 #OVERWRITE_LOCAL=1 #NO_DESTDIR=1 #NO_PERL=1 #NO_AUTOTOOLS=1 #NO_OWN_MOD=1 #UPX_COMPRESS=1 # Packaging DEV_MASK="-name *.h -o -name *.c -o -name *.la -o -name *.a -o -name *.m4 -o -name *.pc -o -name *.rh" LOCALE_MASK="-name locale -type d" #DOC_MASK="( -name man -o -name manual -o -name doc -o -name info ) -a -type d" CONF_MASK="-name *.conf" CONF_MAND_MASK="" # Info DESCRIPTION="pkcs11-helper - Helper tools for certificates and OpenVPN" AUTHORS="Various" MAINTAINER="gutmensch" HOMEPAGE="http://www.opensc-project.org" LICENSE="GPL" TAGS="pkcs11 smartcard certificate helper" COMMENTS="" CHANGE="__TODAY__ " ##### changelog, dont modify! is done by script! ##### #CHANGELOG[0]="2012/03/09 Recompiled against TC4 and openssl-1.0.0" ############### end of changelog ##################### configure_special_source () { true # dummy_file filename [ $? -eq 0 ] && success || fail } work_special_build () { true rm -rf "${TCB_BLDDIR}/libpkcs11-helper/usr/local/share/doc/pkcs11-helper" # to_new_extension "-name file1.txt -o -name file2.bin" new_ext "dep1 dep2" # create_start_script $EXTENSION # echo "my command" >> ${SS1} # create_wbar_icon $EXTENSION $ICONPATH $EXECUTE # create_initd_script $EXTENSION $DAEMONPATH $PIDFILE $LOGFILE $OPTIONS # cat < ${TCB_BLDDIR}/${PACKAGE}/usr/local/etc/ # EOF [ $? -eq 0 ] && success || fail }