summaryrefslogtreecommitdiffstats
path: root/extra/afterstep/Pkgfile
blob: 56ea5d6faf53035560e91a019d17e5e60ab154fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Gestionnaire de fenêtres
# URL:http://www.afterstep.org/
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: xorg, libjpeg, libpng, libtiff, freetype
# Run on:

name=afterstep
version=2.2.9
release=1

source=(http://downloads.sourceforge.net/$name/AfterStep-$version.tar.gz)

build()
{
cd AfterStep-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man
make
make DESTDIR=$PKG install

}