wok-next diff aalib/receipt @ rev 20617
Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 21 13:54:55 2018 +0300 (2018-04-21) |
parents | c4e53a39395a |
children | 89ae9cf3b230 |
line diff
1.1 --- a/aalib/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/aalib/receipt Sat Apr 21 13:54:55 2018 +0300 1.3 @@ -7,22 +7,21 @@ 1.4 MAINTAINER="slaxemulator@gmail.com" 1.5 LICENSE="LGPL2" 1.6 WEB_SITE="http://aa-project.sourceforge.net/aalib/" 1.7 + 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WGET_URL="$SF_MIRROR/aa-project/$TARBALL" 1.10 1.11 BUILD_DEPENDS="ncurses-dev xorg-libXt-dev xorg-libX11-dev" 1.12 SPLIT="aalib-dev" 1.13 1.14 -# Rules to configure and make the package. 1.15 -compile_rules() 1.16 -{ 1.17 +compile_rules() { 1.18 ./configure $CONFIGURE_ARGS && 1.19 - make && make DESTDIR=$DESTDIR install 1.20 + fix libtool && 1.21 + make && 1.22 + make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 -genpkg_rules() 1.27 -{ 1.28 +genpkg_rules() { 1.29 case $PACKAGE in 1.30 aalib) 1.31 copy @std