diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2010-02-10 18:54:22 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2010-02-10 18:54:22 +0400 |
commit | cc3e170c711ceac641de44f2baefbedc507aa44b (patch) | |
tree | 08a94f6735c7568408b0a6b9eb41a60f42598832 /extra | |
parent | 98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3 (diff) | |
download | nutyx-pakxe-cc3e170c711ceac641de44f2baefbedc507aa44b.tar.gz nutyx-pakxe-cc3e170c711ceac641de44f2baefbedc507aa44b.tar.bz2 nutyx-pakxe-cc3e170c711ceac641de44f2baefbedc507aa44b.tar.xz nutyx-pakxe-cc3e170c711ceac641de44f2baefbedc507aa44b.zip |
Revert "ajout du plugin pour claws-mail att_remover#1.0.11-1"
This reverts commit 98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/att_remover/.footprint | 7 | ||||
-rw-r--r-- | extra/att_remover/.md5sum | 1 | ||||
-rw-r--r-- | extra/att_remover/Pkgfile | 15 |
3 files changed, 0 insertions, 23 deletions
diff --git a/extra/att_remover/.footprint b/extra/att_remover/.footprint deleted file mode 100644 index 2ae7c0615..000000000 --- a/extra/att_remover/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/claws-mail/ -drwxr-xr-x root/root usr/lib/claws-mail/plugins/ --rw-r--r-- root/root usr/lib/claws-mail/plugins/att_remover.a --rwxr-xr-x root/root usr/lib/claws-mail/plugins/att_remover.la --rwxr-xr-x root/root usr/lib/claws-mail/plugins/att_remover.so diff --git a/extra/att_remover/.md5sum b/extra/att_remover/.md5sum deleted file mode 100644 index e06389be7..000000000 --- a/extra/att_remover/.md5sum +++ /dev/null @@ -1 +0,0 @@ -92e3b70056a36246697bc3d72768b729 att_remover-1.0.11.tar.gz diff --git a/extra/att_remover/Pkgfile b/extra/att_remover/Pkgfile deleted file mode 100644 index 7db3a2e94..000000000 --- a/extra/att_remover/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: extra plugin de claws-mail pour retirer les pièces jointes d'un message -# URL: http://www.claws-mail.org/plugin.php?section=downloads -# Packager: skingrapher at legtux dot org -# Depends on: claws-mail -name=att_remover -version=1.0.11 -release=1 -source=(http://www.claws-mail.org/downloads/plugins/$name-$version.tar.gz) - -build() { -cd $name-$version - ./configure --prefix=/usr --mandir=/usr/share/man - make - make DESTDIR=$PKG install -} |