wok annotate fslint/receipt @ rev 20799
updated clonezilla (3.3.10 -> 3.27.16)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 15 13:43:34 2019 +0100 (2019-02-15) |
parents | |
children | ad8b9ff412d2 |
rev | line source |
---|---|
pascal@19966 | 1 # SliTaz package receipt. |
pascal@19966 | 2 |
pascal@19966 | 3 PACKAGE="fslint" |
pascal@19966 | 4 VERSION="2.46" |
pascal@19966 | 5 CATEGORY="base-system" |
pascal@19966 | 6 SHORT_DESC="File System 'lint' discovery and cleaning utility" |
pascal@19966 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19966 | 8 LICENSE="GPL2" |
pascal@19966 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@19966 | 10 WEB_SITE="http://www.pixelbeat.org/fslint/" |
pascal@19966 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
pascal@19966 | 12 |
pascal@19966 | 13 DEPENDS="gtk+ python libglade pygtk findutils cpio" |
pascal@19966 | 14 BUILD_DEPENDS="gettext" |
pascal@19966 | 15 |
pascal@19966 | 16 # Rules to configure and make the package. |
pascal@19966 | 17 compile_rules() |
pascal@19966 | 18 { |
pascal@19966 | 19 make -C po DESTDIR=$DESTDIR LOCALEDIR=/usr/share/locale install |
pascal@19966 | 20 } |
pascal@19966 | 21 |
pascal@19966 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19966 | 23 genpkg_rules() |
pascal@19966 | 24 { |
pascal@19966 | 25 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications |
pascal@19966 | 26 mkdir -p $fs/usr/bin $fs/usr/share/fslint |
pascal@19966 | 27 mkdir -p $install/usr/share/pixmaps |
pascal@19966 | 28 cp -a $src/doc $src/man $install/usr/share/ |
pascal@19966 | 29 cp -a $src/fslint.desktop $fs/usr/share/applications |
pascal@19966 | 30 cp -a $src/fslint-gui $fs/usr/bin |
pascal@19966 | 31 cp -a $src/fslint.glade $fs/usr/bin |
pascal@19966 | 32 cp -a $src/fslint/fstool $fs/usr/share/fslint/ |
pascal@19966 | 33 cp -a $src/fslint/supprt $fs/usr/share/fslint/ |
pascal@19966 | 34 cp -a $src/fslint/find* $fs/usr/share/fslint/ |
pascal@19966 | 35 cp -a $src/fslint/fslint $fs/usr/share/fslint/ |
pascal@19966 | 36 cp -a $src/fslint/zipdir $fs/usr/share/fslint/ |
pascal@19966 | 37 cp -a $src/fslint_icon.png $fs/usr/share/fslint/ |
pascal@19966 | 38 ln -s ../fslint/fslint_icon.png $fs/usr/share/pixmaps |
pascal@19966 | 39 } |