mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
24 lines
526 B
Plaintext
24 lines
526 B
Plaintext
# Description: Automatic management of removable drives and media for Thunar
|
|
# URL: https://docs.xfce.org/xfce/thunar/thunar-volman
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: hicolor-icon-theme libxfce4ui thunar
|
|
|
|
name=thunar-volman
|
|
version=4.18.0
|
|
release=1
|
|
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$name \
|
|
--disable-nls
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|