# HG changeset patch # User Pascal Bellard # Date 1224417107 0 # Node ID 8bb44c8ffbb9d2f2556a164c877ca04250ecfb26 # Parent b979cfbd5b0fb7959d23aa95fd6a5faf1045dfb3 Add ploticus diff -r b979cfbd5b0f -r 8bb44c8ffbb9 ploticus/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ploticus/receipt Sun Oct 19 11:51:47 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="ploticus" +VERSION="2.40" +CATEGORY="misc" +SHORT_DESC="Data display engine." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="pl240src" +TARBALL="$SOURCE.tar.gz" +WEB_SITE="http://ploticus.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="zlib xorg" +BUILD_DEPENDS="zlib-dev xorg-dev" + +# Rules to configure and make the package. +compile_rules() +{ + mv $SOURCE $src 2> /dev/null + cd $src/src + make || return 1 + mkdir -p ../_pkg/usr/bin + cp pl ../_pkg/usr/bin +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +