wok diff gsettings-desktop-schemas/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents 712998947e9f
children ef0ea64965dc
line diff
     1.1 --- a/gsettings-desktop-schemas/receipt	Sat Oct 20 08:15:55 2012 +0000
     1.2 +++ b/gsettings-desktop-schemas/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,24 +5,26 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop"
     1.6  MAINTAINER="al.bobylev@gmail.com"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="libgio-dev glib-dev"
     1.9 +LICENSE="LGPL2.1"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
    1.12  WEB_SITE="http://www.gnome.org/"
    1.13  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL"
    1.14  
    1.15 +DEPENDS=""
    1.16 +BUILD_DEPENDS="libgio-dev glib-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22  	./configure --prefix=/usr &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $_pkg/usr $fs
    1.32 +	cp -a $install/usr $fs
    1.33  }