diff options
author | redtricycle <redtricycle@gmail.com> | 2010-05-13 00:22:59 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:22:59 +0200 |
commit | 7fc74047aff6c1e097663d283da8de4607c11d3f (patch) | |
tree | 075d213ad17d71dd5eee0b87a9e0317a53a33345 /desktop/odccm | |
parent | a6068229b79041cc0c97e9ca6aa7b63583fd76dd (diff) |
desktop/odccm: Updated for version 0.13
Diffstat (limited to 'desktop/odccm')
-rw-r--r-- | desktop/odccm/odccm.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/odccm/odccm.info | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/desktop/odccm/odccm.SlackBuild b/desktop/odccm/odccm.SlackBuild index a976376d0da8..e7d6506ab180 100644 --- a/desktop/odccm/odccm.SlackBuild +++ b/desktop/odccm/odccm.SlackBuild @@ -15,10 +15,13 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e # Exit on most errors @@ -40,6 +43,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ @@ -65,11 +69,11 @@ make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS COPYING ChangeLog INSTALL README \ - $PKG/usr/doc/$PRGNAM-$VERSION + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/odccm/odccm.info b/desktop/odccm/odccm.info index 70d9b14b3bc6..a0ae2ed6863d 100644 --- a/desktop/odccm/odccm.info +++ b/desktop/odccm/odccm.info @@ -2,7 +2,9 @@ PRGNAM="odccm" VERSION="0.13" HOMEPAGE="http://www.synce.org" DOWNLOAD="http://downloads.sourceforge.net/synce/odccm-0.13.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="8f12585398f1a79518887d5f94cf122d" +MD5SUM_x86_64="" MAINTAINER="redtricycle" EMAIL="redtricycle@gmail.com" APPROVED="rworkman" |