wok-6.x diff encfs/receipt @ rev 6561
Added libxcb-dev to depends of xorg-libX11-dev. Need for pkg-config --cflags x11-xcb to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 23:29:59 2010 +0000 (2010-10-07) |
parents | 6e90579538d6 |
children | 21aaba11cc72 |
line diff
1.1 --- a/encfs/receipt Sun Feb 28 14:11:33 2010 +0100 1.2 +++ b/encfs/receipt Thu Oct 07 23:29:59 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="encfs" 1.7 -VERSION="1.5-2" 1.8 +VERSION="1.7.2" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Encryption filesystem for FUSE." 1.11 MAINTAINER="b1+slitaz@nagel.org" 1.12 @@ -19,7 +19,6 @@ 1.13 { 1.14 mv $PACKAGE-${VERSION%-*} $src 2> /dev/null 1.15 cd $src 1.16 - patch -p0 < ../stuff/gcc44.patch || exit 1 1.17 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.18 make && 1.19 make DESTDIR=$src/_pkg install