transmission-gtk: new port
This commit is contained in:
parent
84096ef149
commit
86f59af8d1
31
transmission-gtk/.footprint
Normal file
31
transmission-gtk/.footprint
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/transmission
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/transmission.1.gz
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/applications/
|
||||||
|
-rw-r--r-- root/root usr/share/applications/transmission.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/icons/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/transmission.png
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/transmission.png
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/transmission.png
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/transmission.png
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/transmission.png
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/transmission.svg
|
||||||
|
drwxr-xr-x root/root usr/share/pixmaps/
|
||||||
|
-rw-r--r-- root/root usr/share/pixmaps/transmission.png
|
1
transmission-gtk/.md5sum
Normal file
1
transmission-gtk/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
0b0428f4a6237a64dc8b7d378ace3f06 transmission-1.61.tar.bz2
|
24
transmission-gtk/Pkgfile
Normal file
24
transmission-gtk/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Description: BitTorrent client/daemon with command-line and optional gtk user interface
|
||||||
|
# URL: http://transmission.m0k.org/
|
||||||
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# Depends on: openssl curl intltool gtk
|
||||||
|
|
||||||
|
name=transmission-gtk
|
||||||
|
version=1.61
|
||||||
|
release=1
|
||||||
|
source=(http://download.m0k.org/transmission/files/transmission-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd transmission-$version
|
||||||
|
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--mandir=/usr/man \
|
||||||
|
--enable-gtk \
|
||||||
|
--disable-cli \
|
||||||
|
--disable-daemon
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/transmission.desktop
|
||||||
|
rm -r $PKG/usr/share/{locale,transmission}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user