wok-6.x annotate wmctrl/receipt @ rev 19692
ntfs-3g: update genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 12:26:10 2017 +0100 (2017-02-13) |
parents | 2008e4626c02 |
children | 2ed72f71270b |
rev | line source |
---|---|
jozee@2731 | 1 # SliTaz package receipt. |
jozee@2731 | 2 |
jozee@2731 | 3 PACKAGE="wmctrl" |
psychomaniak@19051 | 4 VERSION="c5c5eb8" |
yuripourre@18084 | 5 CATEGORY="utilities" |
yuripourre@18084 | 6 LICENSE="GPL" |
yuripourre@18084 | 7 MAINTAINER="yuripourre@gmail.com" |
psychomaniak@19051 | 8 TARBALL="$PACKAGE-$VERSION.tar.xz" |
yuripourre@18084 | 9 WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl/" |
psychomaniak@19051 | 10 WGET_URL="http://git.make-linux.org/tools/$PACKAGE.git/snapshot/$TARBALL" |
yuripourre@18084 | 11 SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager." |
yuripourre@18084 | 12 DEPENDS="glib" |
yuripourre@18084 | 13 BUILD_DEPENDS="glib-dev" |
pascal@15000 | 14 |
jozee@2731 | 15 # Rules to configure and make the package. |
jozee@2731 | 16 compile_rules() |
jozee@2731 | 17 { |
yuripourre@18084 | 18 ./configure \ |
yuripourre@18084 | 19 --prefix=/usr \ |
yuripourre@18084 | 20 --mandir=/usr/share/man\ |
yuripourre@18084 | 21 $CONFIGURE_ARGS && |
pascal@2843 | 22 make && |
pascal@15000 | 23 make DESTDIR=$DESTDIR install |
jozee@2731 | 24 } |
jozee@2731 | 25 |
jozee@2731 | 26 genpkg_rules() |
jozee@2731 | 27 { |
yuripourre@18084 | 28 mkdir -p $fs/usr |
pascal@15000 | 29 cp -a $install/usr/bin $fs/usr |
jozee@2731 | 30 } |