wok annotate ntfs-3g-dev/receipt @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (7 months ago)
parents bb5bc5a63ef4
children
rev   line source
pankso@47 1 # SliTaz package receipt.
pankso@47 2
pankso@47 3 PACKAGE="ntfs-3g-dev"
pascal@25652 4 VERSION="2022.10.3"
pankso@199 5 CATEGORY="development"
Hans-G?nter@25004 6 SHORT_DESC="The free ntfs driver development files."
pankso@47 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
pascal@25652 9 WEB_SITE="https://github.com/tuxera/ntfs-3g/"
pankso@47 10
Hans-G?nter@25004 11 DEPENDS="fuse-dev pkg-config"
Hans-G?nter@25004 12 WANTED="ntfs-3g"
pascal@15000 13
pankso@47 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@47 15 genpkg_rules()
pankso@47 16 {
Hans-G?nter@25004 17 cook_copy_folders include
Hans-G?nter@25004 18 cook_copy_folders pkgconfig
Hans-G?nter@25004 19 cook_copy_files *.*a
pankso@47 20 }
pankso@47 21