summaryrefslogtreecommitdiffstats
path: root/xfce/mousepad/Pkgfile
blob: 0ec77e9d7637d735074b20fe83239961555efcc3 (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: Editeur de texte de Xfce
# URL: http://www.xfce.org/projects/mousepad/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: libxfcegui4
# Run on: atk,cairo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,libxfcegui4,pango,pcre,startup-notification

name=mousepad
version=0.2.16
release=2
source=(http://www.xfce.org/archive/xfce-4.6.1/src/$name-$version.tar.bz2)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
}