milis/talimatname/genel/x/xfce4-clipman-plugin/talimat

23 lines
546 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Xfce4 paneli için bir pano eklentisi
2016-03-02 16:12:51 +01:00
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xfce4-panel libunique1 xorg-libxtst qrencode
2016-03-02 16:12:51 +01:00
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
}