wok view xorg-libdmx/receipt @ rev 12596

Up: libltdl to 2.4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 28 21:45:20 2012 +0000 (2012-04-28)
parents
children f15c857e3e67
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libdmx"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg DMX library."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="libdmx"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="xorg-dmxproto"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --sysconfdir=/etc \
22 --mandir=/usr/share/man \
23 --localstatedir=/var \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 }