diff options
author | sibel <sibel@free.fr> | 2010-02-27 16:51:19 +0100 |
---|---|---|
committer | sibel <sibel@free.fr> | 2010-02-27 16:51:19 +0100 |
commit | a80d6a52bc0f999653193c92a5d95d2648dd1a19 (patch) | |
tree | 63d0c3820ae894147b0bf52741a58e3d62a57bb7 /extra | |
parent | 0e2896efc49312fa3f9ca9b258a54d5a01792390 (diff) | |
parent | 624b1d728e651cc4c5987f38bbd1a035b39a38fd (diff) | |
download | nutyx-pakxe-a80d6a52bc0f999653193c92a5d95d2648dd1a19.tar.gz nutyx-pakxe-a80d6a52bc0f999653193c92a5d95d2648dd1a19.tar.bz2 nutyx-pakxe-a80d6a52bc0f999653193c92a5d95d2648dd1a19.tar.xz nutyx-pakxe-a80d6a52bc0f999653193c92a5d95d2648dd1a19.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra')
-rw-r--r-- | extra/cryptsetup/.footprint | 16 | ||||
-rw-r--r-- | extra/cryptsetup/.md5sum | 1 | ||||
-rw-r--r-- | extra/cryptsetup/Pkgfile | 16 | ||||
-rw-r--r-- | extra/gramps/Pkgfile | 2 |
4 files changed, 1 insertions, 34 deletions
diff --git a/extra/cryptsetup/.footprint b/extra/cryptsetup/.footprint deleted file mode 100644 index 4ae4221f9..000000000 --- a/extra/cryptsetup/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/libcryptsetup.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/cryptsetup/ --rwxr-xr-x root/root usr/lib/libcryptsetup.la -lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libcryptsetup.so.0 -> libcryptsetup.so.0.0.0 --rwxr-xr-x root/root usr/lib/libcryptsetup.so.0.0.0 -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/cryptsetup -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/locale/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/cryptsetup.8.gz diff --git a/extra/cryptsetup/.md5sum b/extra/cryptsetup/.md5sum deleted file mode 100644 index 66eb93e77..000000000 --- a/extra/cryptsetup/.md5sum +++ /dev/null @@ -1 +0,0 @@ -5eea2a77391a8a1a651b31cbaef59e22 cryptsetup-1.0.7.tar.bz2 diff --git a/extra/cryptsetup/Pkgfile b/extra/cryptsetup/Pkgfile deleted file mode 100644 index 188c540bc..000000000 --- a/extra/cryptsetup/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: -# URL: -# Maintainer: NuTyX core team -# Packager: -# Depends on: -name=cryptsetup -version=1.0.7 -release=1 -source=(http://cryptsetup.googlecode.com/files/$name-$version.tar.bz2) -build() { -cd $name-$version - ./configure --prefix=/usr - make - make check - make DESTDIR=$PKG install -} diff --git a/extra/gramps/Pkgfile b/extra/gramps/Pkgfile index 8fcbbe3ab..250879fbb 100644 --- a/extra/gramps/Pkgfile +++ b/extra/gramps/Pkgfile @@ -2,7 +2,7 @@ # URL: http://gramps-project.org # Maintainer: NuTyX core team # Packager: fanch -# Depends on:gnome-python-extras,gtkspell,gconf +# Depends on:gnome-python-extras,gtkspell,gconf, alsa-lib name=gramps version=3.1.2 |