wok-current rev 22830
transmission: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 08 11:24:35 2020 +0100 (2020-02-08) |
parents | 261355c410d6 |
children | bd6ca8b71b6e |
files | nqc/receipt transmission/receipt |
line diff
1.1 --- a/nqc/receipt Sat Feb 08 11:00:21 2020 +0100 1.2 +++ b/nqc/receipt Sat Feb 08 11:24:35 2020 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + ln -s $PACKAGE-$VERSION ../$PACKAGE-${VERSION/_/-} 1.8 [ -s $TARBALL ] && tar xjf $TARBALL -C .. 1.9 make -j1 TOOLPREFIX="$TOOLPREFIX" \ 1.10 DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \
2.1 --- a/transmission/receipt Sat Feb 08 11:00:21 2020 +0100 2.2 +++ b/transmission/receipt Sat Feb 08 11:24:35 2020 +0100 2.3 @@ -15,7 +15,7 @@ 2.4 SUGGESTED="transmission-cli transmission-daemon transmission-web" 2.5 DEPENDS="dbus dbus-glib gtk+3 libcurl libevent libgio \ 2.6 libnotify libssl xorg-libXdamage" 2.7 -BUILD_DEPENDS="autoconf curl curl-dev dbus-dev dbus-glib-dev expat-dev 2.8 +BUILD_DEPENDS="libtool curl curl-dev dbus-dev dbus-glib-dev expat-dev 2.9 gettext gtk+3-dev intltool libevent-dev openssl-dev tar" 2.10 2.11 # Rules to configure and make the package.