wok-6.x annotate gtk-recordmydesktop/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | 380ffe05937a |
children | 932cd974e081 |
rev | line source |
---|---|
pankso@13618 | 1 # SliTaz package receipt. |
pankso@13618 | 2 |
pankso@13618 | 3 PACKAGE="gtk-recordmydesktop" |
pankso@13618 | 4 VERSION="0.3.8" |
pankso@13618 | 5 CATEGORY="misc" |
pankso@13618 | 6 SHORT_DESC="Desktop recording software (GTK frontend)" |
pankso@13618 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pankso@13618 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@13618 | 10 WEB_SITE="http://recordmydesktop.sourceforge.net" |
pankso@13618 | 11 WGET_URL="$SF_MIRROR/project/recordmydesktop/gtk-recordMyDesktop/$VERSION/$TARBALL" |
pankso@13618 | 12 TAGS="desktop" |
pankso@13618 | 13 |
pankso@13618 | 14 DEPENDS="python pygtk recordmydesktop" |
pankso@13618 | 15 BUILD_DEPENDS="python-dev pygtk-dev" |
pankso@13618 | 16 |
pankso@13618 | 17 # Rules to configure and make the package. |
pankso@13618 | 18 compile_rules() |
pankso@13618 | 19 { |
pankso@13618 | 20 ./configure \ |
pankso@13618 | 21 $CONFIGURE_ARGS && |
pankso@13618 | 22 make && make install |
pankso@13618 | 23 } |
pankso@13618 | 24 |
pankso@13618 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@13618 | 26 genpkg_rules() |
pankso@13618 | 27 { |
pankso@13618 | 28 mkdir -p $fs/usr |
pankso@13618 | 29 cp -a $install/usr/bin $fs/usr |
pankso@13618 | 30 cp -a $install/usr/lib $fs/usr |
pankso@13618 | 31 cp -a $install/usr/share $fs/usr |
pankso@13618 | 32 } |