wok-next view libcomerr3/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents afe32d499d75
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr3"
4 VERSION="1.10.3"
5 CATEGORY="security"
6 SHORT_DESC="The libcomerr v3 library files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://web.mit.edu/Kerberos/"
10 WANTED="krb5"
11 PROVIDE="libcomerr"
13 DEPENDS="libkrb5support"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=$(dirname "$file")
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$dir
22 chmod +x $fs$file
23 done < $wanted_stuff/$PACKAGE.files-list
24 }