blob: 5ffc019d6f4216d9650ca80690c8814b6274caef (
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: Raccourcis vers documents, dossiers et medias amovibles
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
# Maintainer: NuTyX core team
# Packager: tnut at nutyx dot com
# Depends on: thunar, ,thunar-vfs,xfce4-panel
# Run on: thunar,thunar-vfs, xfce4-panel
name=xfce4-places-plugin
version=1.2.0
release=1
source=(http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.2/$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
}
|