wok view dmenu/receipt @ rev 5253

Removed firefox-simple-mail
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 12 18:58:00 2010 +0200 (2010-04-12)
parents 583bdd691510
children 6063ce728c2f
line source
1 # SliTaz package receipt.
3 PACKAGE="dmenu"
4 VERSION="3.9"
5 CATEGORY="misc"
6 SHORT_DESC="dynamic menu lauch bar"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXinerama"
9 BUILD_DEPENDS="xorg-libX11-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://code.suckless.org/dl/tools"
12 WGET_URL="$WEB_SITE/$TARBALL"
13 TAGS="launchbar"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $_pkg/usr/local/bin/* $fs/usr/bin/
29 }