wok diff dzen2/receipt @ rev 19860

pulseaudio: fix/up 8.0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 23 15:16:20 2017 +0200 (2017-03-23)
parents 74a6a43bf614
children c86e41198e76
line diff
     1.1 --- a/dzen2/receipt	Tue Feb 16 13:17:20 2010 +0000
     1.2 +++ b/dzen2/receipt	Thu Mar 23 15:16:20 2017 +0200
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A general purpose messaging and notification program. "
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://gotmor.googlepages.com/dzen"
    1.10  WGET_URL="http://gotmor.googlepages.com/$TARBALL"
    1.11 +TAGS="system monitor notification"
    1.12 +
    1.13  DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.14 -TAGS="system monitor notification"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -17,13 +19,13 @@
    1.19  	cd $src
    1.20  	sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz
    1.21  	mv config.mk.slitaz config.mk
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32  }
    1.33