mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libdvbpsi: Updated for version 0.1.5
This commit is contained in:
parent
090baa212d
commit
34022594ff
2 changed files with 13 additions and 2 deletions
|
@ -31,7 +31,7 @@ VERSION=0.1.5
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
libdvbpsi: Library for MPEG TS and DVB PSI Tables
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libdvbpsi: libdvbpsi (Library for MPEG TS and DVB PSI Tables)
|
||||
libdvbpsi:
|
||||
libdvbpsi: libdvbpsi is a simple library designed for decoding and generation
|
||||
libdvbpsi: of MPEG TS and DVB PSI tables.
|
||||
|
@ -6,3 +14,6 @@ libdvbpsi:
|
|||
libdvbpsi: Homepage: http://developers.videolan.org/libdvbpsi/
|
||||
libdvbpsi:
|
||||
libdvbpsi:
|
||||
libdvbpsi:
|
||||
libdvbpsi:
|
||||
libdvbpsi:
|
||||
|
|
Loading…
Reference in a new issue