23 lines
554 B
Plaintext
23 lines
554 B
Plaintext
# Description: A clipboard plugin for the Xfce4 panel
|
|
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
|
|
# Packager: milisarge
|
|
# Depends on: xfce4-panel libunique1 xorg-libxtst qrencode
|
|
|
|
name=xfce4-clipman-plugin
|
|
version=1.2.6
|
|
release=1
|
|
|
|
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/usr/lib \
|
|
--localstatedir=/var \
|
|
--disable-debug
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|