wok view udpcast/receipt @ rev 12033

mysql: fix perms on /var/run/mysqld
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 07 01:21:49 2012 +0100 (2012-03-07)
parents e1a93cb40c5b
children c0252ab44dd4
line source
1 # SliTaz package receipt.
3 PACKAGE="udpcast"
4 VERSION="20100130"
5 CATEGORY="network"
6 SHORT_DESC="Multicast file transfer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://udpcast.linux.lu/"
10 WGET_URL="${WEB_SITE}download/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr --infodir=/usr/share/info \
17 --mandir=/usr/share/man $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/sbin $fs/usr
27 }