summaryrefslogtreecommitdiffstats
path: root/recipe.d/0103-acl
blob: a902c25ddc0d066334dd4460f2f131d15f643892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#requires libtool
#requires gettext
#requires attr

mcd $BUILDDIR/acl
rsync -av $SRC/acl-*/ ./
touch .census
./configure $TCONFIGARGS --libexecdir=/usr/lib${SUFFIX}
make $J LIBTOOL="libtool --tag=CC"
make $J install SHELL=/bin/bash
make $J install-dev SHELL=/bin/bash
make $J install-lib SHELL=/bin/bash