contrib/awesome/Pkgfile

25 lines
824 B
Plaintext
Raw Normal View History

2008-05-12 21:58:05 +02:00
# Description: tiling window manager initialy based on a dwm code rewriting
# URL: http://awesome.naquadah.org/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: libconfuse cairo xorg-libxinerama pango imlib2 xorg-libxrandr
name=awesome
2008-08-30 00:05:39 +02:00
version=2.3.4
2008-05-12 21:58:05 +02:00
release=1
source=(http://awesome.naquadah.org/download/$name-$version.tar.bz2
2008-08-30 00:05:39 +02:00
http://maxiq.ovh.org/CRUX/$name-mans-$version.tar.bz2)
2008-05-12 21:58:05 +02:00
build() {
cd $name-$version
2008-08-03 00:30:41 +02:00
autoreconf --force --install --verbose
2008-05-12 21:58:05 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
2008-08-03 00:30:41 +02:00
--docdir=/usr/share/$name
make AWESOME_CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
2008-08-03 00:30:41 +02:00
rm -f $PKG/usr/share/$name/{README,STYLE,UPGRADE}
cp $SRC/$name{,-{client,menu,message}}.1 $PKG/usr/man/man1
cp $SRC/${name}rc.5 $PKG/usr/man/man5
2008-05-12 21:58:05 +02:00
}