contrib/pcmanfm/Pkgfile

21 lines
638 B
Plaintext
Raw Normal View History

2008-08-01 13:47:45 +02:00
# Description: An extremly fast and lightweight file manager
# URL: http://pcmanfm.sourceforge.net/
# Packager: Ricardo Oliveira, crux at roliveira dot eu
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2009-06-11 21:25:04 +02:00
# Depends on: gtk hal startup-notification gamin shared-mime-info desktop-file-utils xorg-libxcomposite intltool
2008-08-01 13:47:45 +02:00
name=pcmanfm
2009-06-11 21:25:04 +02:00
version=0.5.1
2008-08-01 13:47:45 +02:00
release=1
2009-07-15 20:50:39 +02:00
source=(http://sourceforge.net/projects/$name/files/$name/$name-$version.tar.bz2)
2008-08-01 13:47:45 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-hal
make
make DESTDIR=$PKG install
2009-06-11 21:25:04 +02:00
rm -rf $PKG/usr/share/locale
2008-08-01 13:47:45 +02:00
}