1
0
forked from ports/contrib

awesome: 2.3.2=>2.3.3

This commit is contained in:
Bartlomiej Palmowski 2008-08-03 00:30:41 +02:00
parent feabdfb277
commit e19f414605
3 changed files with 9 additions and 8 deletions

View File

@ -1,2 +1,2 @@
9643830dc1cbf4b7d00871b85a940058 awesome-2.3.2.tar.bz2 024143816d41b31c740e94c2736d9c52 awesome-2.3.3.tar.bz2
0c822b9517e3f0489bc65b3772391293 awesome-mans-2.3.2.tar.gz 1bf2c52bb980b4076b592f6ccf2aedb2 awesome-mans-2.3.3.tar.gz

View File

@ -4,20 +4,21 @@
# Depends on: libconfuse cairo xorg-libxinerama pango imlib2 xorg-libxrandr # Depends on: libconfuse cairo xorg-libxinerama pango imlib2 xorg-libxrandr
name=awesome name=awesome
version=2.3.2 version=2.3.3
release=1 release=1
source=(http://awesome.naquadah.org/download/$name-$version.tar.bz2 source=(http://awesome.naquadah.org/download/$name-$version.tar.bz2
http://maxiq.ovh.org/CRUX/$name-mans-$version.tar.gz) $name-mans-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
autoreconf --force --install --verbose
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/man \ --mandir=/usr/man \
--docdir=/usr/share/awesome --docdir=/usr/share/$name
make AWESOME_CFLAGS="$CFLAGS" make AWESOME_CFLAGS="$CFLAGS"
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -f $PKG/usr/share/awesome/{README,STYLE,UPGRADE} rm -f $PKG/usr/share/$name/{README,STYLE,UPGRADE}
cp $SRC/awesome{,-{client,menu,message}}.1 $PKG/usr/man/man1 cp $SRC/$name{,-{client,menu,message}}.1 $PKG/usr/man/man1
cp $SRC/awesomerc.5 $PKG/usr/man/man5 cp $SRC/${name}rc.5 $PKG/usr/man/man5
} }

Binary file not shown.