mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/dpkt: Updated for version 1.9.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
950af1e939
commit
a5d5129538
2 changed files with 6 additions and 6 deletions
|
@ -24,12 +24,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated for version 1.9.7.2 by Barry Grundy - May 2022
|
||||
# Updated for version 1.9.8 by bgrundy@linuxleo.com, Aug 2023
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dpkt
|
||||
VERSION=${VERSION:-1.9.7.2}
|
||||
VERSION=${VERSION:-1.9.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dpkt"
|
||||
VERSION="1.9.7.2"
|
||||
VERSION="1.9.8"
|
||||
HOMEPAGE="https://github.com/kbandla/dpkt"
|
||||
DOWNLOAD="https://github.com/kbandla/dpkt/archive/v1.9.7.2/dpkt-1.9.7.2.tar.gz"
|
||||
MD5SUM="8f9bf3f16c01cae99223ae71117022fb"
|
||||
DOWNLOAD="https://github.com/kbandla/dpkt/archive/v1.9.8/dpkt-1.9.8.tar.gz"
|
||||
MD5SUM="a6181ab596fa35635931d78d084771a3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue