diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-10-31 07:03:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-01 09:03:24 +0700 |
commit | b7bf2537ed4a63351e2a20f218748b057aa795c2 (patch) | |
tree | 29eae03352db266f89fb833639aaf06f9b096802 /office/mdp | |
parent | 56ad70795da8022247c951e5f4b341be173301c6 (diff) | |
download | slackbuilds-b7bf2537ed4a63351e2a20f218748b057aa795c2.tar.gz |
office/mdp: Updated for version 0.92.2.
Diffstat (limited to 'office/mdp')
-rw-r--r-- | office/mdp/mdp.SlackBuild | 4 | ||||
-rw-r--r-- | office/mdp/mdp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/mdp/mdp.SlackBuild b/office/mdp/mdp.SlackBuild index 85a1109fc6..ccdf8adc1f 100644 --- a/office/mdp/mdp.SlackBuild +++ b/office/mdp/mdp.SlackBuild @@ -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 diff --git a/office/mdp/mdp.info b/office/mdp/mdp.info index 91a2543944..47010c5377 100644 --- a/office/mdp/mdp.info +++ b/office/mdp/mdp.info @@ -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="" |