wok annotate xorg-xbitmaps/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents cf41f989b6d2
children c1c20c23ad53
rev   line source
pankso@344 1 # SliTaz package receipt.
pankso@344 2
pankso@344 3 PACKAGE="xorg-xbitmaps"
slaxemulator@7764 4 VERSION="1.1.1"
pankso@344 5 CATEGORY="development"
pankso@344 6 SHORT_DESC="Devel files for X (bitmaps)."
pankso@344 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
pankso@344 9 SOURCE="xbitmaps"
pankso@344 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@20423 11 WEB_SITE="https://www.x.org/"
pankso@344 12 WGET_URL="$XORG_MIRROR/data/$TARBALL"
pankso@16109 13 HOST_ARCH="i486 arm"
pankso@344 14
pascal@15579 15 DEPENDS="xorg-util-macros"
pascal@15579 16 BUILD_DEPENDS="xorg-util-macros"
pascal@15579 17
pankso@344 18 # Rules to configure and make the package.
pankso@344 19 compile_rules()
pankso@344 20 {
pankso@16109 21 ./configure $CONFIGURE_ARGS &&
pankso@16109 22 make && make install
pankso@344 23 }
pankso@344 24
pankso@344 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@344 26 genpkg_rules()
pankso@344 27 {
pascal@15579 28 cp -a $install/* $fs
pankso@344 29 }