office/mdp: Updated for version 0.92.2.
This commit is contained in:
parent
56ad70795d
commit
b7bf2537ed
|
@ -23,7 +23,7 @@
|
|||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=mdp
|
||||
VERSION=${VERSION:-0.92.1}
|
||||
VERSION=${VERSION:-0.92.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,7 +68,7 @@ make \
|
|||
|
||||
make install \
|
||||
OPTS="$SLKCFLAGS" \
|
||||
DESTDIR=$PKG/usr/bin
|
||||
PREFIX=$PKG/usr/
|
||||
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mdp"
|
||||
VERSION="0.92.1"
|
||||
VERSION="0.92.2"
|
||||
HOMEPAGE="https://github.com/visit1985/mdp"
|
||||
DOWNLOAD="https://github.com/visit1985/mdp/archive/0.92.1.tar.gz"
|
||||
MD5SUM="18d51925f5808529b85eb634fe9c5570"
|
||||
DOWNLOAD="https://github.com/visit1985/mdp/archive/0.92.2.tar.gz"
|
||||
MD5SUM="0ad0296e4b0934f02520e466edbd6f1b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue