Browse Source
ham/SoapyRTLSDR: Update EMAIL.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Andrea Sacchetti Picchio
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
5 additions and
5 deletions
-
ham/SoapyRTLSDR/README
-
ham/SoapyRTLSDR/SoapyRTLSDR.SlackBuild
-
ham/SoapyRTLSDR/SoapyRTLSDR.info
|
|
|
@ -1 +1 @@ |
|
|
|
Plugin module to use the RTL-SDR dongle within the SoapySDR API |
|
|
|
Plugin module to use the RTL-SDR dongle within the SoapySDR API. |
|
|
|
@ -94,13 +94,13 @@ cd build |
|
|
|
make install/strip DESTDIR=$PKG |
|
|
|
cd .. |
|
|
|
|
|
|
|
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la |
|
|
|
|
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a LICENSE.txt Changelog.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
LICENSE.txt Changelog.txt README.md \ |
|
|
|
$PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
mkdir -p $PKG/install |
|
|
|
|
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="SoapySDR rtl-sdr" |
|
|
|
MAINTAINER="Andrea Sacchetti Picchio" |
|
|
|
EMAIL="andreaN.OsacchettipicchioSP@AMgmail.com (remove NO and SPAM)" |
|
|
|
EMAIL="andrea dot sacchettipicchio at gmail dot com" |